mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
feat(model): Support Yi-1.5 models (#1516)
This commit is contained in:
@@ -174,6 +174,10 @@ LLM_MODEL_CONFIG = {
|
||||
# https://huggingface.co/01-ai/Yi-34B-Chat-4bits
|
||||
"yi-34b-chat-4bits": os.path.join(MODEL_PATH, "Yi-34B-Chat-4bits"),
|
||||
"yi-6b-chat": os.path.join(MODEL_PATH, "Yi-6B-Chat"),
|
||||
# https://huggingface.co/01-ai/Yi-1.5-6B-Chat
|
||||
"yi-1.5-6b-chat": os.path.join(MODEL_PATH, "Yi-1.5-6B-Chat"),
|
||||
"yi-1.5-9b-chat": os.path.join(MODEL_PATH, "Yi-1.5-9B-Chat"),
|
||||
"yi-1.5-34b-chat": os.path.join(MODEL_PATH, "Yi-1.5-34B-Chat"),
|
||||
# https://huggingface.co/google/gemma-7b-it
|
||||
"gemma-7b-it": os.path.join(MODEL_PATH, "gemma-7b-it"),
|
||||
# https://huggingface.co/google/gemma-2b-it
|
||||
|
Reference in New Issue
Block a user