@@ -448,6 +448,7 @@ def register_model_group(
448
448
},
449
449
"DeepSeek-Coder-7B-Base" : {
450
450
DownloadSource .DEFAULT : "deepseek-ai/deepseek-coder-7b-base-v1.5" ,
451
+ DownloadSource .MODELSCOPE : "deepseek-ai/deepseek-coder-7b-base-v1.5" ,
451
452
},
452
453
"DeepSeek-Coder-33B-Base" : {
453
454
DownloadSource .DEFAULT : "deepseek-ai/deepseek-coder-33b-base" ,
@@ -459,6 +460,7 @@ def register_model_group(
459
460
},
460
461
"DeepSeek-Coder-7B-Instruct" : {
461
462
DownloadSource .DEFAULT : "deepseek-ai/deepseek-coder-7b-instruct-v1.5" ,
463
+ DownloadSource .MODELSCOPE : "deepseek-ai/deepseek-coder-7b-instruct-v1.5" ,
462
464
},
463
465
"DeepSeek-Coder-33B-Instruct" : {
464
466
DownloadSource .DEFAULT : "deepseek-ai/deepseek-coder-33b-instruct" ,
@@ -469,6 +471,33 @@ def register_model_group(
469
471
)
470
472
471
473
474
+ register_model_group (
475
+ models = {
476
+ "DeepSeek-V2-236B-Chat-0628" : {
477
+ DownloadSource .DEFAULT : "deepseek-ai/DeepSeek-V2-Chat-0628" ,
478
+ DownloadSource .MODELSCOPE : "deepseek-ai/DeepSeek-V2-Chat-0628" ,
479
+ },
480
+ "DeepSeek-V2.5-236B-Chat" : {
481
+ DownloadSource .DEFAULT : "deepseek-ai/DeepSeek-V2.5" ,
482
+ DownloadSource .MODELSCOPE : "deepseek-ai/DeepSeek-V2.5" ,
483
+ },
484
+ "DeepSeek-V2.5-236B-Chat-1210" : {
485
+ DownloadSource .DEFAULT : "deepseek-ai/DeepSeek-V2.5-1210" ,
486
+ DownloadSource .MODELSCOPE : "deepseek-ai/DeepSeek-V2.5-1210" ,
487
+ },
488
+ "DeepSeek-V3-685B-Base" : {
489
+ DownloadSource .DEFAULT : "deepseek-ai/DeepSeek-V3-Base" ,
490
+ DownloadSource .MODELSCOPE : "deepseek-ai/DeepSeek-V3-Base" ,
491
+ },
492
+ "DeepSeek-V3-685B-Chat" : {
493
+ DownloadSource .DEFAULT : "deepseek-ai/DeepSeek-V3" ,
494
+ DownloadSource .MODELSCOPE : "deepseek-ai/DeepSeek-V3" ,
495
+ },
496
+ },
497
+ template = "deepseek3" ,
498
+ )
499
+
500
+
472
501
register_model_group (
473
502
models = {
474
503
"EXAONE-3.0-7.8B-Instruct" : {
0 commit comments