Update mapper.py

This commit is contained in:
Daniel Han 2024-11-26 03:20:21 -08:00
commit 8bf04040dc

View file

@ -492,6 +492,14 @@ __INT_TO_FLOAT_MAPPER = \
"unsloth/llava-v1.6-mistral-7b-hf",
"llava-hf/llava-v1.6-mistral-7b-hf",
),
"unsloth/Llama-3.1-Tulu-3-8B-bnb-4bit" : (
"unsloth/Llama-3.1-Tulu-3-8B",
"allenai/Llama-3.1-Tulu-3-8B",
),
"unsloth/Llama-3.1-Tulu-3-70B-bnb-4bit" : (
"unsloth/Llama-3.1-Tulu-3-70B",
"allenai/Llama-3.1-Tulu-3-70B",
),
}
INT_TO_FLOAT_MAPPER = {}