From bb6962e107ee6536f559ed4a7967ada5b1bcfc07 Mon Sep 17 00:00:00 2001 From: Daniel Hanchen Date: Sat, 14 Feb 2026 06:52:20 +0000 Subject: [PATCH] Drop MI300X arch suffix in banner name --- unsloth/models/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 unsloth/models/_utils.py diff --git a/unsloth/models/_utils.py b/unsloth/models/_utils.py old mode 100644 new mode 100755 index f92588dff1..5ad898011e --- a/unsloth/models/_utils.py +++ b/unsloth/models/_utils.py @@ -176,7 +176,7 @@ def resolve_hip_gpu_stats_name(gpu_stats): if arch_name: # gfx942 maps to MI300X on current ROCm naming. if arch_name.lower().startswith("gfx942"): - return f"AMD Instinct MI300X ({arch_name}). " + return "AMD Instinct MI300X. " return f"AMD GPU ({arch_name}). " return "AMD GPU Device. " from unsloth_zoo.temporary_patches import (