File size: 419 Bytes
72a5beb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "zero_optimization": {
    "stage": 3,
    "offload_param": {
      "device": "cpu",
      "pin_memory": true
    },
    "offload_optimizer": {
      "device": "cpu"
    },
    "overlap_comm": true,
    "contiguous_gradients": true,
    "override_module_apply": false
  },
  "bf16": {
    "enabled": true,
    "gradient_checkpointing": true,
    "train_micro_batch_size_per_gpu": 1,
    "steps_per_print": 50
  }
}