Update mapper.py
This commit is contained in:
parent
8db7e809d0
commit
0c932bc0bb
1 changed files with 8 additions and 0 deletions
|
|
@ -241,6 +241,14 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/Mistral-Large-Instruct-2407-bnb-4bit" : (
|
||||
"mistralai/Mistral-Large-Instruct-2407",
|
||||
),
|
||||
"unsloth/gemma-2-2b-bnb-4bit" : (
|
||||
"unsloth/gemma-2-2b",
|
||||
"google/gemma-2-2b",
|
||||
),
|
||||
"unsloth/gemma-2-2b-it-bnb-4bit" : (
|
||||
"unsloth/gemma-2-2b-it",
|
||||
"google/gemma-2-2b-it",
|
||||
),
|
||||
}
|
||||
|
||||
INT_TO_FLOAT_MAPPER = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue