akinv commited on
Commit
7a0c991
1 Parent(s): 5ae5c74

accelerate config has been added

Browse files
Files changed (1) hide show
  1. accelerate.yaml +16 -0
accelerate.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ compute_environment: LOCAL_MACHINE
2
+ deepspeed_config: {}
3
+ distributed_type: MULTI_GPU
4
+ downcast_bf16: 'no'
5
+ fsdp_config: {}
6
+ gpu_ids: all
7
+ machine_rank: 0
8
+ main_process_ip: null
9
+ main_process_port: null
10
+ main_training_function: main
11
+ mixed_precision: fp16
12
+ num_machines: 1
13
+ num_processes: 1
14
+ rdzv_backend: static
15
+ same_network: true
16
+ use_cpu: false