nekofura commited on
Commit
7891711
1 Parent(s): 5c4b021

Upload Accelerate Config

Browse files
Files changed (1) hide show
  1. accelerate_config/config.yaml +15 -0
accelerate_config/config.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compute_environment": "LOCAL_MACHINE",
3
+ "distributed_type": "NO",
4
+ "downcast_bf16": false,
5
+ "machine_rank": 0,
6
+ "main_training_function": "main",
7
+ "mixed_precision": "no",
8
+ "num_machines": 1,
9
+ "num_processes": 1,
10
+ "rdzv_backend": "static",
11
+ "same_network": false,
12
+ "tpu_use_cluster": false,
13
+ "tpu_use_sudo": false,
14
+ "use_cpu": false
15
+ }