16 lines
322 B
YAML
16 lines
322 B
YAML
compute_environment: LOCAL_MACHINE
|
|
debug: false
|
|
distributed_type: MULTI_GPU
|
|
downcast_bf16: 'no'
|
|
gpu_ids: 0,1,2,3
|
|
num_machines: 1
|
|
num_processes: 4
|
|
rdzv_backend: static
|
|
same_network: true
|
|
tpu_env: []
|
|
tpu_use_cluster: false
|
|
tpu_use_sudo: false
|
|
use_cpu: false
|
|
machine_rank: 0
|
|
main_training_function: main
|
|
mixed_precision: bf16 |