Merge pull request #3120 from Etherll/patch-8825
Add Qwen3 4B to mapper.py
This commit is contained in:
commit
eef34cea33
1 changed files with 10 additions and 0 deletions
|
|
@ -931,6 +931,16 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"openai/gpt-oss-120b",
|
||||
"unsloth/gpt-oss-120b-unsloth-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-4B-Instruct-2507-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-4B-Instruct-2507",
|
||||
"Qwen/Qwen3-4B-Instruct-2507",
|
||||
"unsloth/Qwen3-4B-Instruct-2507-bnb-4bit",
|
||||
),
|
||||
"unsloth/Qwen3-4B-Thinking-2507-unsloth-bnb-4bit" : (
|
||||
"unsloth/Qwen3-4B-Thinking-2507",
|
||||
"Qwen/Qwen3-4B-Thinking-2507",
|
||||
"unsloth/Qwen3-4B-Thinking-2507-bnb-4bit",
|
||||
),
|
||||
}
|
||||
|
||||
INT_TO_FLOAT_MAPPER = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue