Update mapper.py
This commit is contained in:
parent
a1169ef8da
commit
79df5d4523
1 changed files with 10 additions and 0 deletions
|
|
@ -718,6 +718,16 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"allenai/OLMo-2-0325-32B-Instruct",
|
||||
"unsloth/OLMo-2-0325-32B-Instruct-bnb-4bit",
|
||||
),
|
||||
"unsloth/Mistral-Small-3.1-24B-Instruct-2503-unsloth-bnb-4bit" : (
|
||||
"unsloth/Mistral-Small-3.1-24B-Instruct-2503",
|
||||
"mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
||||
"unsloth/Mistral-Small-3.1-24B-Instruct-2503-bnb-4bit",
|
||||
),
|
||||
"unsloth/Mistral-Small-3.1-24B-Base-2503-unsloth-bnb-4bit" : (
|
||||
"unsloth/Mistral-Small-3.1-24B-Base-2503",
|
||||
"mistralai/Mistral-Small-3.1-24B-Base-2503",
|
||||
"unsloth/Mistral-Small-3.1-24B-Base-2503-bnb-4bit",
|
||||
),
|
||||
}
|
||||
|
||||
INT_TO_FLOAT_MAPPER = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue