From 457a23e5cb3ac070593ec22f7016946dcfdc8a95 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 4 Apr 2026 19:03:43 +0200 Subject: [PATCH] docs(hpc): correct Tyro flag in smoke test comment --- configs/hpc/smoke_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/hpc/smoke_test.yaml b/configs/hpc/smoke_test.yaml index 90dbdcb..72c6653 100644 --- a/configs/hpc/smoke_test.yaml +++ b/configs/hpc/smoke_test.yaml @@ -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