Merge pull request #2439 from Etherll/patch-1
Update mapper.py to add Qwen3 base
This commit is contained in:
commit
f4283a800e
1 changed files with 34 additions and 0 deletions
|
|
@ -772,6 +772,40 @@ __INT_TO_FLOAT_MAPPER = \
|
||||||
"unsloth/Qwen3-30B-A3B",
|
"unsloth/Qwen3-30B-A3B",
|
||||||
"Qwen/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 = {}
|
INT_TO_FLOAT_MAPPER = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue