From c20bd2d664e2385bed3e06cc5448e27ee9042a56 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 1 May 2025 03:07:56 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 206d4e5c48..438f6fbb07 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -797,6 +797,25 @@ __INT_TO_FLOAT_MAPPER = \ "Qwen/Qwen3-14B-Base", "unsloth/Qwen3-14B-Base-bnb-4bit", ), + "unsloth/Qwen3-30B-A3B-Base-bnb-4bit" : ( + "unsloth/Qwen3-30B-A3B-Base", + "Qwen/Qwen3-30B-A3B-Base", + ), + "unsloth/phi-4-reasoning-unsloth-bnb-4bit" : ( + "unsloth/phi-4-reasoning", + "microsoft/Phi-4-reasoning", + "unsloth/phi-4-reasoning-bnb-4bit", + ), + "unsloth/phi-4-reasoning-plus-unsloth-bnb-4bit" : ( + "unsloth/phi-4-reasoning-plus", + "microsoft/Phi-4-reasoning-plus", + "unsloth/phi-4-reasoning-plus-bnb-4bit", + ), + "unsloth/phi-4-mini-reasoning-unsloth-bnb-4bit" : ( + "unsloth/phi-4-mini-reasoning", + "microsoft/Phi-4-mini-reasoning", + "unsloth/phi-4-mini-reasoning-bnb-4bit", + ), } INT_TO_FLOAT_MAPPER = {}