From d605b629ecc09e193048c69acd58b88435e6fc4a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 7 Aug 2025 04:59:19 -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 bba8f982da..d15be81aec 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-bnb-4bit" : ( + "unsloth/gpt-oss-20b" : ( "unsloth/gpt-oss-20b", "openai/gpt-oss-20b", - "unsloth/gpt-oss-20b-bnb-4bit", + "unsloth/gpt-oss-20b", ), - "unsloth/gpt-oss-120b-unsloth-bnb-4bit" : ( + "unsloth/gpt-oss-120b" : ( "unsloth/gpt-oss-120b", "openai/gpt-oss-120b", - "unsloth/gpt-oss-120b-bnb-4bit", + "unsloth/gpt-oss-120b", ), }