Update mapper.py

This commit is contained in:
Daniel Han 2024-09-17 10:50:57 -07:00
commit 0cb5ec84de

View file

@ -300,6 +300,10 @@ __INT_TO_FLOAT_MAPPER = \
"unsloth/SmolLM-1.7B-Instruct",
"HuggingFaceTB/SmolLM-1.7B-Instruct",
),
"unsloth/Mistral-Small-Instruct-2409-bnb-4bit" : (
"unsloth/Mistral-Small-Instruct-2409",
"mistralai/Mistral-Small-Instruct-2409",
),
}
INT_TO_FLOAT_MAPPER = {}