From ca35992c7ae19ed5ec1395b91aa624a192307dbb Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 7 Aug 2025 08:15:59 -0700 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index d15be81aec..8f5ffbb509 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -921,15 +921,15 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/Qwen3-Coder-30B-A3B-Instruct", "Qwen/Qwen3-Coder-30B-A3B-Instruct", ), - "unsloth/gpt-oss-20b" : ( + "unsloth/gpt-oss-20b-unsloth-bnb-4bit" : ( "unsloth/gpt-oss-20b", "openai/gpt-oss-20b", - "unsloth/gpt-oss-20b", + "unsloth/gpt-oss-20b-unsloth-bnb-4bit", ), - "unsloth/gpt-oss-120b" : ( + "unsloth/gpt-oss-120b-unsloth-bnb-4bit" : ( "unsloth/gpt-oss-120b", "openai/gpt-oss-120b", - "unsloth/gpt-oss-120b", + "unsloth/gpt-oss-120b-unsloth-bnb-4bit", ), }