Skip to content

Commit b6709e4

Browse files
authored
Add Qwen3 download source (#2638)
1 parent c90f3bd commit b6709e4

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

paddleformers/transformers/download_utils.py

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,16 @@
359359
DownloadSource.AISTUDIO: "ModelHub/Qwen3-32B",
360360
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-32B",
361361
},
362+
"Qwen3-4B-Instruct-2507": {
363+
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Instruct-2507",
364+
DownloadSource.AISTUDIO: "ModelHub/Qwen3-4B-Instruct-2507",
365+
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-4B-Instruct-2507",
366+
},
367+
"Qwen3-4B-Thinking-2507": {
368+
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Thinking-2507",
369+
DownloadSource.AISTUDIO: "ModelHub/Qwen3-4B-Thinking-2507",
370+
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-4B-Thinking-2507",
371+
},
362372
"Qwen3-0.6B-FP8": {
363373
DownloadSource.MODELSCOPE: "Qwen/Qwen3-0.6B-FP8",
364374
DownloadSource.AISTUDIO: "ModelHub/Qwen3-0.6B-FP8",
@@ -389,6 +399,16 @@
389399
DownloadSource.AISTUDIO: "ModelHub/Qwen3-32B-FP8",
390400
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-32B-FP8",
391401
},
402+
"Qwen3-4B-Instruct-2507-FP8": {
403+
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Instruct-2507-FP8",
404+
DownloadSource.AISTUDIO: "ModelHub/Qwen3-4B-Instruct-2507-FP8",
405+
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-4B-Instruct-2507-FP8",
406+
},
407+
"Qwen3-4B-Thinking-2507-FP8": {
408+
DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Thinking-2507-FP8",
409+
DownloadSource.AISTUDIO: "ModelHub/Qwen3-4B-Thinking-2507-FP8",
410+
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-4B-Thinking-2507-FP8",
411+
},
392412
}
393413
)
394414

@@ -466,7 +486,7 @@
466486
DownloadSource.AISTUDIO: "ModelHub/Qwen3-Coder-30B-A3B-Instruct",
467487
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-Coder-30B-A3B-Instruct",
468488
},
469-
"Qwen3-Coder-480-A35B-Instruct": {
489+
"Qwen3-Coder-480B-A35B-Instruct": {
470490
DownloadSource.MODELSCOPE: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
471491
DownloadSource.AISTUDIO: "ModelHub/Qwen3-Coder-480B-A35B-Instruct",
472492
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
@@ -476,7 +496,7 @@
476496
DownloadSource.AISTUDIO: "ModelHub/Qwen3-Coder-30B-A3B-Instruct-FP8",
477497
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8",
478498
},
479-
"Qwen3-Coder-480-A35B-Instruct-FP8": {
499+
"Qwen3-Coder-480B-A35B-Instruct-FP8": {
480500
DownloadSource.MODELSCOPE: "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",
481501
DownloadSource.AISTUDIO: "ModelHub/Qwen3-Coder-480B-A35B-Instruct-FP8",
482502
DownloadSource.HUGGINGFACE: "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8",

0 commit comments

Comments
 (0)