From b0004c00019909d93c2f80b1e9cfdd354b082000 Mon Sep 17 00:00:00 2001 From: Etherll <61019402+Etherll@users.noreply.github.com> Date: Fri, 8 Aug 2025 23:27:21 +0300 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 8f5ffbb509..829fe29583 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -931,6 +931,16 @@ __INT_TO_FLOAT_MAPPER = \ "openai/gpt-oss-120b", "unsloth/gpt-oss-120b-unsloth-bnb-4bit", ), + "unsloth/Qwen3-4B-Instruct-2507-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-4B-Instruct-2507", + "Qwen/Qwen3-4B-Instruct-2507", + "unsloth/Qwen3-4B-Instruct-2507-bnb-4bit", + ), + "unsloth/Qwen3-4B-Thinking-2507-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-4B-Thinking-2507", + "Qwen/Qwen3-4B-Thinking-2507", + "unsloth/Qwen3-4B-Thinking-2507-bnb-4bit", + ), } INT_TO_FLOAT_MAPPER = {}