Update mapper.py

This commit is contained in:
Daniel Han 2025-08-07 04:59:19 -07:00
commit d605b629ec

View file

@ -921,15 +921,15 @@ __INT_TO_FLOAT_MAPPER = \
"unsloth/Qwen3-Coder-30B-A3B-Instruct",
"Qwen/Qwen3-Coder-30B-A3B-Instruct",
),
"unsloth/gpt-oss-20b-unsloth-bnb-4bit" : (
"unsloth/gpt-oss-20b" : (
"unsloth/gpt-oss-20b",
"openai/gpt-oss-20b",
"unsloth/gpt-oss-20b-bnb-4bit",
"unsloth/gpt-oss-20b",
),
"unsloth/gpt-oss-120b-unsloth-bnb-4bit" : (
"unsloth/gpt-oss-120b" : (
"unsloth/gpt-oss-120b",
"openai/gpt-oss-120b",
"unsloth/gpt-oss-120b-bnb-4bit",
"unsloth/gpt-oss-120b",
),
}