Update mapper.py
This commit is contained in:
parent
bd4a701e7a
commit
84b37f8548
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/tinyllama",
|
||||
"TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
|
||||
),
|
||||
"unsloth/tinyllama-chat-bnb-4bit" : (
|
||||
"unsloth/tinyllama-chat",
|
||||
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
||||
),
|
||||
"unsloth/mistral-7b-instruct-v0.1-bnb-4bit" : (
|
||||
"mistralai/Mistral-7B-Instruct-v0.1",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue