Update mapper.py
This commit is contained in:
parent
c05e87f18d
commit
98d68dae2b
1 changed files with 4 additions and 0 deletions
|
|
@ -416,6 +416,10 @@ __INT_TO_FLOAT_MAPPER = \
|
|||
"unsloth/Llama-3.2-3B-Instruct",
|
||||
"meta-llama/Llama-3.2-3B-Instruct",
|
||||
),
|
||||
"unsloth/Llama-3.1-Nemotron-70B-Instruct-bnb-4bit" : (
|
||||
"unsloth/Llama-3.1-Nemotron-70B-Instruct",
|
||||
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
||||
),
|
||||
}
|
||||
|
||||
INT_TO_FLOAT_MAPPER = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue