add falcon to chatllm::serialize

This commit is contained in:
Aaron Miller
2023-06-27 08:19:33 -07:00
committed by AT
parent 198b5e4832
commit e22dd164d8
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ enum LLModelType {
LLAMA_,
CHATGPT_,
REPLIT_,
FALCON_
FALCON_,
};
struct LLModelInfo {