mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 22:51:24 +00:00
feat(model): Qwen110B (#1474)
Co-authored-by: yyhhyy <yyhhyyyyyy@qq.com>
This commit is contained in:
@@ -112,6 +112,8 @@ LLM_MODEL_CONFIG = {
|
||||
# https://huggingface.co/Qwen/Qwen1.5-32B-Chat
|
||||
"qwen1.5-32b-chat": os.path.join(MODEL_PATH, "Qwen1.5-32B-Chat"),
|
||||
"qwen1.5-72b-chat": os.path.join(MODEL_PATH, "Qwen1.5-72B-Chat"),
|
||||
# https://huggingface.co/Qwen/Qwen1.5-110B-Chat
|
||||
"qwen1.5-110b-chat": os.path.join(MODEL_PATH, "Qwen1.5-110B-Chat"),
|
||||
# https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat
|
||||
"codeqwen1.5-7b-chat": os.path.join(MODEL_PATH, "CodeQwen1.5-7B-Chat"),
|
||||
# https://huggingface.co/Qwen/Qwen1.5-MoE-A2.7B-Chat
|
||||
|
Reference in New Issue
Block a user