mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-09-11 23:52:50 +08:00
add deepseek v2 lite model
Former-commit-id: 8af98176055b6fc28d16b03207b5abaa7de6104a
This commit is contained in:
parent
1bbbcb5895
commit
9af3dce3c8
@ -323,6 +323,9 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "deepseek-ai/deepseek-moe-16b-base",
|
DownloadSource.DEFAULT: "deepseek-ai/deepseek-moe-16b-base",
|
||||||
DownloadSource.MODELSCOPE: "deepseek-ai/deepseek-moe-16b-base",
|
DownloadSource.MODELSCOPE: "deepseek-ai/deepseek-moe-16b-base",
|
||||||
},
|
},
|
||||||
|
"DeepSeek-MoE-16B-v2-Base": {
|
||||||
|
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2-Lite",
|
||||||
|
},
|
||||||
"DeepSeek-MoE-236B-Base": {
|
"DeepSeek-MoE-236B-Base": {
|
||||||
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2",
|
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2",
|
||||||
DownloadSource.MODELSCOPE: "deepseek-ai/DeepSeek-V2",
|
DownloadSource.MODELSCOPE: "deepseek-ai/DeepSeek-V2",
|
||||||
@ -331,6 +334,9 @@ register_model_group(
|
|||||||
DownloadSource.DEFAULT: "deepseek-ai/deepseek-moe-16b-chat",
|
DownloadSource.DEFAULT: "deepseek-ai/deepseek-moe-16b-chat",
|
||||||
DownloadSource.MODELSCOPE: "deepseek-ai/deepseek-moe-16b-chat",
|
DownloadSource.MODELSCOPE: "deepseek-ai/deepseek-moe-16b-chat",
|
||||||
},
|
},
|
||||||
|
"DeepSeek-MoE-16B-v2-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2-Lite-Chat",
|
||||||
|
},
|
||||||
"DeepSeek-MoE-236B-Chat": {
|
"DeepSeek-MoE-236B-Chat": {
|
||||||
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2-Chat",
|
DownloadSource.DEFAULT: "deepseek-ai/DeepSeek-V2-Chat",
|
||||||
DownloadSource.MODELSCOPE: "deepseek-ai/DeepSeek-V2-Chat",
|
DownloadSource.MODELSCOPE: "deepseek-ai/DeepSeek-V2-Chat",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user