From 77fec997e671391b30e4ca12fa32396765edcdce Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 11 Mar 2025 05:37:29 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 001152183e..152ce5a85c 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -638,11 +638,6 @@ __INT_TO_FLOAT_MAPPER = \ "Qwen/QwQ-32B", "unsloth/QwQ-32B-bnb-4bit", ), - "unsloth/Phi-4-mini-instruct-unsloth-bnb-4bit" : ( - "unsloth/Phi-4-mini-instruct", - "microsoft/Phi-4-mini-instruct", - "unsloth/Phi-4-mini-instruct", - ), } INT_TO_FLOAT_MAPPER = {}