mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +00:00
d148279921
- 2-GPU SLURM job (distributed training) - 1-GPU local accelerate and direct training scripts - Accelerate configs for 1-GPU and 2-GPU setups
12 lines
231 B
YAML
12 lines
231 B
YAML
compute_environment: LOCAL_MACHINE
|
|
debug: false
|
|
distributed_type: NO
|
|
downcast_bf16: 'no'
|
|
enable_cpu_affinity: false
|
|
machine_rank: 0
|
|
main_training_function: main
|
|
mixed_precision: 'no'
|
|
num_machines: 1
|
|
num_processes: 1
|
|
use_cpu: false
|