File size: 290 Bytes
10db4af | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"bf16": {
"enabled": true
},
"gradient_clipping": 0.0,
"steps_per_print": 100,
"train_batch_size": 4096,
"train_micro_batch_size_per_gpu": 1024,
"wall_clock_breakdown": false,
"zero_optimization": {
"gather_16bit_weights_on_model_save": true,
"stage": 0
}
}
|