From ea851ebdbc7eaf8d5ccd4e09c71413cb7ba17071 Mon Sep 17 00:00:00 2001 From: RobinMeersman <77965843+RobinMeersman@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:08:48 +0200 Subject: [PATCH] Apply suggestion from @tdpeuter Co-authored-by: Tibo De Peuter --- 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 c892e3e..1dd2fc0 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 experiments/train.py --config-path configs/hpc/smoke_test.yaml +# Run with: python scripts/train.py --config-path configs/hpc/smoke_test.yaml exp_name: "hpc_smoke_test" seed: 0 track: false # Test WandB integration