From f598a12ed5fd73a6cf35470f52ddc4d632ad81f8 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 14 Oct 2025 07:20:22 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 346ec3403a..d8a57d84fa 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -1012,6 +1012,26 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/granite-4.0-h-small-base", "ibm-granite/granite-4.0-h-small-base", ), + "unsloth/Qwen3-VL-4B-Thinking-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-VL-4B-Thinking", + "Qwen/Qwen3-VL-4B-Thinking", + "unsloth/Qwen3-VL-4B-Thinking-bnb-4bit", + ), + "unsloth/Qwen3-VL-8B-Thinking-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-VL-8B-Thinking", + "Qwen/Qwen3-VL-8B-Thinking", + "unsloth/Qwen3-VL-8B-Thinking-bnb-4bit", + ), + "unsloth/Qwen3-VL-4B-Instruct-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-VL-4B-Instruct", + "Qwen/Qwen3-VL-4B-Instruct", + "unsloth/Qwen3-VL-4B-Instruct-bnb-4bit", + ), + "unsloth/Qwen3-VL-8B-Instruct-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-VL-8B-Instruct", + "Qwen/Qwen3-VL-8B-Instruct", + "unsloth/Qwen3-VL-8B-Instruct-bnb-4bit", + ), } INT_TO_FLOAT_MAPPER = {}