Preliminary support for chatgpt models.

This commit is contained in:
Adam Treat
2023-05-14 20:12:15 -04:00
committed by AT
parent da3828af89
commit dd27c10f54
11 changed files with 439 additions and 34 deletions

View File

@@ -10,7 +10,8 @@
enum LLModelType {
MPT_,
GPTJ_,
LLAMA_
LLAMA_,
CHATGPT_,
};
struct LLModelInfo {