fix(ci): disable policy hub push in profiling runs

This commit is contained in:
Pepijn
2026-04-15 23:02:28 +02:00
parent e1b22ed1c4
commit 28e8483297
+1
View File
@@ -123,6 +123,7 @@ def build_train_command(spec: ProfilingSpec, run_dir: Path, profile_mode: str) -
"--save_checkpoint=false",
f"--save_freq={spec.steps}",
"--wandb.enable=false",
"--policy.push_to_hub=false",
"--num_workers=0",
"--log_freq=1",
"--cudnn_deterministic=true",