Update mapper.py

This commit is contained in:
Daniel Han 2024-10-16 21:48:05 -07:00
commit 98d68dae2b

View file

@ -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 = {}