Update mapper.py
This commit is contained in:
parent
cecc6caaf3
commit
0cb5ec84de
1 changed files with 4 additions and 0 deletions
|
|
@ -300,6 +300,10 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/SmolLM-1.7B-Instruct",
|
||||
"HuggingFaceTB/SmolLM-1.7B-Instruct",
|
||||
),
|
||||
"unsloth/Mistral-Small-Instruct-2409-bnb-4bit" : (
|
||||
"unsloth/Mistral-Small-Instruct-2409",
|
||||
"mistralai/Mistral-Small-Instruct-2409",
|
||||
),
|
||||
}
|
||||
|
||||
INT_TO_FLOAT_MAPPER = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue