multi_gpu_ddp.yaml 161 B

12345678
  1. compute_environment: LOCAL_MACHINE
  2. distributed_type: MULTI_GPU
  3. num_processes: 4 # GPU数量
  4. machine_rank: 0
  5. num_machines: 1
  6. gpu_ids: all
  7. mixed_precision: fp16