accelerator_config.yaml 407 Bytes
Newer Older
hungchiayu1's avatar
update  
hungchiayu1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compute_environment": "LOCAL_MACHINE",
  "distributed_type": "MULTI_GPU",
  "main_process_port": 29512,
  "downcast_bf16": false,
  "machine_rank": 0,
  "gpu_ids": "0,1",
  "main_training_function": "main",
  "mixed_precision": "no",
  "num_machines": 1,
  "num_processes": 2,
  "rdzv_backend": "static",
  "same_network": true,
  "tpu_use_cluster": false,
  "tpu_use_sudo": false,
  "use_cpu": false
}