feat(model): Qwen110B (#1474)

Co-authored-by: yyhhyy <yyhhyyyyyy@qq.com>
This commit is contained in:
yyhhyy
2024-04-28 14:05:06 +08:00
committed by GitHub
parent d31491ebb0
commit 0f8188b152
3 changed files with 4 additions and 0 deletions

View File

@@ -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