mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 11:39:50 +00:00
dont push to hub in multi gpu tests
This commit is contained in:
@@ -121,6 +121,7 @@ class TestMultiGPUTraining:
|
|||||||
"--dataset.episodes=[0]",
|
"--dataset.episodes=[0]",
|
||||||
"--policy.type=act",
|
"--policy.type=act",
|
||||||
"--policy.device=cuda",
|
"--policy.device=cuda",
|
||||||
|
"--policy.push_to_hub=false",
|
||||||
f"--output_dir={output_dir}",
|
f"--output_dir={output_dir}",
|
||||||
"--batch_size=4",
|
"--batch_size=4",
|
||||||
"--steps=10",
|
"--steps=10",
|
||||||
@@ -159,6 +160,7 @@ class TestMultiGPUTraining:
|
|||||||
"--dataset.episodes=[0]",
|
"--dataset.episodes=[0]",
|
||||||
"--policy.type=act",
|
"--policy.type=act",
|
||||||
"--policy.device=cuda",
|
"--policy.device=cuda",
|
||||||
|
"--policy.push_to_hub=false",
|
||||||
f"--output_dir={output_dir}",
|
f"--output_dir={output_dir}",
|
||||||
"--batch_size=4",
|
"--batch_size=4",
|
||||||
"--steps=20",
|
"--steps=20",
|
||||||
|
|||||||
Reference in New Issue
Block a user