From c919fb14ee18764c00ebb9969ca124e235bdc90f Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Thu, 9 Oct 2025 08:03:56 +0000 Subject: [PATCH 1/2] make loading gpt-oss-BF16 faster. Linked to unsloth-zoo PR #314 --- unsloth/models/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 600396ed4..28ef63986 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -928,6 +928,7 @@ ), "unsloth/gpt-oss-20b-unsloth-bnb-4bit" : ( "unsloth/gpt-oss-20b", + "unsloth/gpt-oss-20b-BF16", "openai/gpt-oss-20b", "unsloth/gpt-oss-20b-unsloth-bnb-4bit", ), From e20010c119446c7af76ac905211945114e979427 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Thu, 9 Oct 2025 08:13:54 +0000 Subject: [PATCH 2/2] add gptoss BF16 to models mapper --- unsloth/models/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 28ef63986..9926cf623 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -934,6 +934,7 @@ ), "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", ),