File size: 289 Bytes
46b244e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "train_batch_size": 8, 
    "gradient_accumulation_steps": 8,  
    "zero_optimization": {
      "stage": 2
    },
    "mixed_precision": "bf16",  
    "bf16": {
      "enabled": true
    },
    "fp16": {
      "enabled": false
    },
    "zero_allow_untested_optimizer": true
  }