From 79df5d4523f319992c86a99da12b6bb99fbae80d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 19 Mar 2025 01:59:17 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 9af5317986..cf250dd498 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -718,6 +718,16 @@ __INT_TO_FLOAT_MAPPER = \ "allenai/OLMo-2-0325-32B-Instruct", "unsloth/OLMo-2-0325-32B-Instruct-bnb-4bit", ), + "unsloth/Mistral-Small-3.1-24B-Instruct-2503-unsloth-bnb-4bit" : ( + "unsloth/Mistral-Small-3.1-24B-Instruct-2503", + "mistralai/Mistral-Small-3.1-24B-Instruct-2503", + "unsloth/Mistral-Small-3.1-24B-Instruct-2503-bnb-4bit", + ), + "unsloth/Mistral-Small-3.1-24B-Base-2503-unsloth-bnb-4bit" : ( + "unsloth/Mistral-Small-3.1-24B-Base-2503", + "mistralai/Mistral-Small-3.1-24B-Base-2503", + "unsloth/Mistral-Small-3.1-24B-Base-2503-bnb-4bit", + ), } INT_TO_FLOAT_MAPPER = {}