From a7b60aca56b1574709d30e373ee40dddd7f39827 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 20 Aug 2024 16:29:11 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index b8259a073c..3f49c96551 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -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 = {}