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 (