From 5510563417f01c4a94ae45ace80d18bb63ce939e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 2 May 2025 05:05:09 -0700 Subject: [PATCH] Versioning --- unsloth/models/_utils.py | 2 +- unsloth/models/mapper.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py index 1099c81e26..c092c4b23a 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.4.4" +__version__ = "2025.4.5" __all__ = [ "SUPPORTS_BFLOAT16", diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 438f6fbb07..9f84b1c5d8 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -763,10 +763,9 @@ __INT_TO_FLOAT_MAPPER = \ "Qwen/Qwen3-14B", "unsloth/Qwen3-14B-bnb-4bit", ), - "unsloth/Qwen3-32B-unsloth-bnb-4bit" : ( + "unsloth/Qwen3-32B-bnb-4bit" : ( "unsloth/Qwen3-32B", "Qwen/Qwen3-32B", - "unsloth/Qwen3-32B-bnb-4bit", ), "unsloth/Qwen3-30B-A3B-bnb-4bit" : ( "unsloth/Qwen3-30B-A3B",