From d8e4482849e3c0ea2df30e7d2b2013268b693053 Mon Sep 17 00:00:00 2001 From: Kingsley Date: Thu, 7 Aug 2025 19:39:26 +0800 Subject: [PATCH] [model] add qwen3-4b-i/t (#8851) --- src/llamafactory/extras/constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/llamafactory/extras/constants.py b/src/llamafactory/extras/constants.py index 14ae8c8c..472ba4c5 100644 --- a/src/llamafactory/extras/constants.py +++ b/src/llamafactory/extras/constants.py @@ -2755,6 +2755,14 @@ register_model_group( DownloadSource.DEFAULT: "Qwen/Qwen3-4B", DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B", }, + "Qwen3-4B-Instruct-2507": { + DownloadSource.DEFAULT: "Qwen/Qwen3-4B-Instruct-2507", + DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Instruct-2507", + }, + "Qwen3-4B-Thinking-2507": { + DownloadSource.DEFAULT: "Qwen/Qwen3-4B-Thinking-2507", + DownloadSource.MODELSCOPE: "Qwen/Qwen3-4B-Thinking-2507", + }, "Qwen3-8B-Thinking": { DownloadSource.DEFAULT: "Qwen/Qwen3-8B", DownloadSource.MODELSCOPE: "Qwen/Qwen3-8B",