accelerate_config_32b.yaml 548 Bytes
Newer Older
mashun1's avatar
omnisql  
mashun1 committed
1
2
3
compute_environment: LOCAL_MACHINE
debug: false
deepspeed_config:
mashun1's avatar
mashun1 committed
4
  gradient_accumulation_steps: 64
mashun1's avatar
omnisql  
mashun1 committed
5
  gradient_clipping: 1.0
mashun1's avatar
mashun1 committed
6
7
8
  offload_optimizer_device: 'cpu'
  offload_param_device: 'cpu'
  zero3_init_flag: false
mashun1's avatar
omnisql  
mashun1 committed
9
  zero_stage: 3
mashun1's avatar
mashun1 committed
10
  zero3_save_16bit_model: true
mashun1's avatar
omnisql  
mashun1 committed
11
distributed_type: DEEPSPEED
mashun1's avatar
mashun1 committed
12
downcast_bf16: 'true'
mashun1's avatar
omnisql  
mashun1 committed
13
14
15
16
17
18
19
20
21
22
23
enable_cpu_affinity: false
machine_rank: 0
main_training_function: main
mixed_precision: bf16
num_machines: 1
num_processes: 8
rdzv_backend: static
same_network: true
tpu_env: []
tpu_use_cluster: false
tpu_use_sudo: false
mashun1's avatar
mashun1 committed
24
use_cpu: false