Update mapper.py

This commit is contained in:
Daniel Han 2025-04-30 07:35:02 -07:00
commit 9f21b1a1aa

View file

@ -797,15 +797,6 @@ __INT_TO_FLOAT_MAPPER = \
"Qwen/Qwen3-14B-Base",
"unsloth/Qwen3-14B-Base-bnb-4bit",
),
"unsloth/Qwen3-32B-Base-unsloth-bnb-4bit" : (
"unsloth/Qwen3-32B-Base",
"Qwen/Qwen3-32B-Base",
"unsloth/Qwen3-32B-Base-bnb-4bit",
),
"unsloth/Qwen3-30B-A3B-Base-bnb-4bit" : (
"unsloth/Qwen3-30B-A3B-Base",
"Qwen/Qwen3-30B-A3B-Base",
),
}
INT_TO_FLOAT_MAPPER = {}