From d535bf067ee4619eb9766c680f2117d5c2d2b09b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 10 Jun 2025 06:51:07 -0700 Subject: [PATCH] Versioning --- unsloth/models/_utils.py | 2 +- unsloth/models/mapper.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index df6267daa7..dfaf36a713 100644 --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2025.6.1" +__version__ = "2025.6.2" __all__ = [ "SUPPORTS_BFLOAT16", diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 8bd31efd46..11ec650f5f 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -869,6 +869,11 @@ __INT_TO_FLOAT_MAPPER = \ "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B", "unsloth/DeepSeek-R1-0528-Qwen3-8B-bnb-4bit", ), + "unsloth/Magistral-Small-2506-unsloth-bnb-4bit" : ( + "unsloth/Magistral-Small-2506", + "mistralai/Magistral-Small-2506", + "unsloth/Magistral-Small-2506-bnb-4bit", + ), } INT_TO_FLOAT_MAPPER = {}