fix: fix another indentation error

This commit is contained in:
Christian Medina
2026-07-02 11:38:54 -04:00
parent 243223d899
commit ac1417567c

View File

@@ -98,8 +98,8 @@ def train(config_path):
) )
print("✓ Success: bf16 CPU") print("✓ Success: bf16 CPU")
except Exception as e: except Exception as e:
errors.append(("bf16 CPU", e)) errors.append(("bf16 CPU", e))
print(f"✗ Failed: {e}") print(f"✗ Failed: {e}")
# ---------------------------------------------------------- # ----------------------------------------------------------
# Strategy 4: FP16 CPU (fallback) # Strategy 4: FP16 CPU (fallback)