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",