Update mapper.py
This commit is contained in:
parent
7e599aba5f
commit
03d939c78c
1 changed files with 34 additions and 0 deletions
|
|
@ -772,6 +772,40 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/Qwen3-30B-A3B",
|
||||
"Qwen/Qwen3-30B-A3B",
|
||||
),
|
||||
"unsloth/Qwen3-0.6B-Base-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-0.6B-Base",
|
||||
"Qwen/Qwen3-0.6B-Base",
|
||||
"unsloth/Qwen3-0.6B-Base-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-1.7B-Base-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-1.7B-Base",
|
||||
"Qwen/Qwen3-1.7B-Base",
|
||||
"unsloth/Qwen3-1.7B-Base-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-4B-Base-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-4B-Base",
|
||||
"Qwen/Qwen3-4B-Base",
|
||||
"unsloth/Qwen3-4B-Base-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-8B-Base-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-8B-Base",
|
||||
"Qwen/Qwen3-8B-Base",
|
||||
"unsloth/Qwen3-8B-Base-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-14B-Base-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-14B-Base",
|
||||
"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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue