docs(hpc): correct Tyro flag in smoke test comment
This commit is contained in:
parent
798a8ee9e6
commit
457a23e5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Minimal config to verify HPC setup is functional.
|
||||
# Run with: python src/train.py --config configs/hpc/smoke_test.yaml
|
||||
# Run with: python src/train.py --config-path configs/hpc/smoke_test.yaml
|
||||
exp_name: "hpc_smoke_test"
|
||||
seed: 0
|
||||
track: true # Test WandB integration
|
||||
|
|
|
|||
Reference in a new issue