mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
add deepseek v2 lite model
Former-commit-id: 5e864e6b721d8b891b1cc2ca2dcac41babb9eaaf
This commit is contained in:
parent
92b3697e2c
commit
a32c3a50fc
@ -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