diff --git a/assets/wechat.jpg b/assets/wechat.jpg index a4104c8b..72ea605a 100644 Binary files a/assets/wechat.jpg and b/assets/wechat.jpg differ diff --git a/assets/wechat_npu.jpg b/assets/wechat_npu.jpg index 68f423b2..e13da8ec 100644 Binary files a/assets/wechat_npu.jpg and b/assets/wechat_npu.jpg differ diff --git a/src/llamafactory/extras/constants.py b/src/llamafactory/extras/constants.py index 439963f7..5b0a943e 100644 --- a/src/llamafactory/extras/constants.py +++ b/src/llamafactory/extras/constants.py @@ -2743,6 +2743,10 @@ register_model_group( DownloadSource.DEFAULT: "Qwen/Qwen3-30B-A3B", DownloadSource.MODELSCOPE: "Qwen/Qwen3-30B-A3B", }, + "Qwen3-30B-A3B-Instruct-2507": { + DownloadSource.DEFAULT: "Qwen/Qwen3-30B-A3B-Instruct-2507", + DownloadSource.MODELSCOPE: "Qwen/Qwen3-30B-A3B-Instruct-2507", + }, "Qwen3-235B-A22B-Thinking": { DownloadSource.DEFAULT: "Qwen/Qwen3-235B-A22B", DownloadSource.MODELSCOPE: "Qwen/Qwen3-235B-A22B",