From 28e8483297e68f3705304c983aa9f5e1872574fd Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 15 Apr 2026 23:02:28 +0200 Subject: [PATCH] fix(ci): disable policy hub push in profiling runs --- scripts/ci/run_model_profiling.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/run_model_profiling.py b/scripts/ci/run_model_profiling.py index 48a1bab81..e8815643e 100644 --- a/scripts/ci/run_model_profiling.py +++ b/scripts/ci/run_model_profiling.py @@ -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",