mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 13:09:43 +00:00
fix(ci): disable policy hub push in profiling runs
This commit is contained in:
@@ -123,6 +123,7 @@ def build_train_command(spec: ProfilingSpec, run_dir: Path, profile_mode: str) -
|
|||||||
"--save_checkpoint=false",
|
"--save_checkpoint=false",
|
||||||
f"--save_freq={spec.steps}",
|
f"--save_freq={spec.steps}",
|
||||||
"--wandb.enable=false",
|
"--wandb.enable=false",
|
||||||
|
"--policy.push_to_hub=false",
|
||||||
"--num_workers=0",
|
"--num_workers=0",
|
||||||
"--log_freq=1",
|
"--log_freq=1",
|
||||||
"--cudnn_deterministic=true",
|
"--cudnn_deterministic=true",
|
||||||
|
|||||||
Reference in New Issue
Block a user