fix: fix another indentation error
This commit is contained in:
4
train.py
4
train.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user