From 396ca510cfc3844c544dd03e07a48c14a3299bd8 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Sun, 24 Mar 2024 18:49:36 +1100 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index afcbdb75f5..23b956567d 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -90,6 +90,13 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/gemma-2b-it", "google/gemma-2b-it", ), +<<<<<<< Updated upstream +======= + "unsloth/mistral-7b-v0.2-bnb-4bit" : ( + "unsloth/mistral-7b-v0.2", + "alpindale/Mistral-7B-v0.2-hf", + ), +>>>>>>> Stashed changes } INT_TO_FLOAT_MAPPER = {}