Update mapper.py
This commit is contained in:
parent
fc74d92168
commit
3ac4fa5d06
1 changed files with 10 additions and 0 deletions
|
|
@ -62,6 +62,16 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/llama-2-7b-chat",
|
||||
"meta-llama/Llama-2-7b-chat-hf",
|
||||
),
|
||||
"unsloth/Mixtral-8x7B-v0.1-unsloth-bnb-4bit" : (
|
||||
"unsloth/Mixtral-8x7B-v0.1",
|
||||
"mistralai/Mixtral-8x7B-v0.1",
|
||||
"unsloth/Mixtral-8x7B-v0.1-bnb-4bit",
|
||||
),
|
||||
"unsloth/Mixtral-8x7B-Instruct-v0.1-unsloth-bnb-4bit" : (
|
||||
"unsloth/Mixtral-8x7B-Instruct-v0.1",
|
||||
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
||||
"unsloth/Mixtral-8x7B-Instruct-v0.1-bnb-4bit",
|
||||
),
|
||||
"unsloth/codellama-7b-bnb-4bit" : (
|
||||
"unsloth/codellama-7b",
|
||||
"codellama/CodeLlama-7b-hf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue