From a72a9d9b06b43af325f7751e77c598ee534fb670 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 10 Jan 2025 04:34:23 -0800 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index b7b24b5ccf..c1113f5294 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -462,10 +462,9 @@ __INT_TO_FLOAT_MAPPER = \ "Qwen/Qwen2-VL-7B-Instruct", "unsloth/Qwen2-VL-7B-Instruct-bnb-4bit", ), - "unsloth/Qwen2-VL-72B-Instruct-unsloth-bnb-4bit" : ( + "unsloth/Qwen2-VL-72B-Instruct-bnb-4bit" : ( "unsloth/Qwen2-VL-72B-Instruct", "Qwen/Qwen2-VL-72B-Instruct", - "unsloth/Qwen2-VL-72B-Instruct-bnb-4bit", ), "unsloth/Llama-3.2-11B-Vision-Instruct-unsloth-bnb-4bit" : ( "unsloth/Llama-3.2-11B-Vision-Instruct",