Update mapper.py
This commit is contained in:
parent
ad9976450d
commit
c20bd2d664
1 changed files with 19 additions and 0 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue