From 3710fe83846e09abea045482d911d85938cf5fd2 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 26 Mar 2025 03:54:57 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 07523ffd6a..91ed262502 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -729,12 +729,12 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/Mistral-Small-3.1-24B-Base-2503-bnb-4bit", ), "unsloth/orpheus-3b-0.1-pretrained-unsloth-bnb-4bit" : ( - "unsloth/Mistral-Small-3.1-24B-Base-2503", + "unsloth/orpheus-3b-0.1-pretrained", "canopylabs/orpheus-3b-0.1-pretrained", "unsloth/orpheus-3b-0.1-pretrained-bnb-4bit", ), "unsloth/orpheus-3b-0.1-ft-unsloth-bnb-4bit" : ( - "unsloth/Mistral-Small-3.1-24B-Base-2503", + "unsloth/orpheus-3b-0.1-ft", "canopylabs/orpheus-3b-0.1-ft", "unsloth/orpheus-3b-0.1-ft-bnb-4bit", ),