diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 600396ed4..9926cf623 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -928,11 +928,13 @@ ), "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", ), "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", ),