Update mapper.py

This commit is contained in:
Daniel Han 2024-08-20 16:29:11 -07:00
commit a7b60aca56

View file

@ -249,6 +249,10 @@ __INT_TO_FLOAT_MAPPER = \
"unsloth/gemma-2-2b-it",
"google/gemma-2-2b-it",
),
"unsloth/Phi-3.5-mini-instruct-bnb-4bit" : (
"unsloth/Phi-3.5-mini-instruct",
"microsoft/Phi-3.5-mini-instruct",
),
}
INT_TO_FLOAT_MAPPER = {}