From 345fe0373a6b5ff05a6f1a3b873908aceb0eb2c6 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Thu, 9 Oct 2025 08:13:54 +0000 Subject: [PATCH] add gptoss BF16 to models mapper (cherry picked from commit e20010c119446c7af76ac905211945114e979427) --- unsloth/models/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index f0f430eb7e..b257940220 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -1021,6 +1021,7 @@ __INT_TO_FLOAT_MAPPER = \ ), "unsloth/gpt-oss-120b-unsloth-bnb-4bit" : ( "unsloth/gpt-oss-120b", + "unsloth/gpt-oss-120b-BF16", "openai/gpt-oss-120b", "unsloth/gpt-oss-120b-unsloth-bnb-4bit", ),