Update mapper.py
This commit is contained in:
parent
a1746fc03e
commit
d605b629ec
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue