28 lines
677 B
JSON
28 lines
677 B
JSON
{
|
|
"train_batch_size": "auto",
|
|
"train_micro_batch_size_per_gpu": "auto",
|
|
"gradient_accumulation_steps": "auto",
|
|
"gradient_clipping": "auto",
|
|
"zero_optimization": {
|
|
"stage": 2,
|
|
"offload_optimizer": {
|
|
"device": "cpu",
|
|
"pin_memory": true
|
|
},
|
|
"allgather_partitions": true,
|
|
"allgather_bucket_size": 5e8,
|
|
"overlap_comm": true,
|
|
"reduce_scatter": true,
|
|
"reduce_bucket_size": 5e8,
|
|
"contiguous_gradients": true
|
|
},
|
|
"fp16": {
|
|
"enabled": false
|
|
},
|
|
"bf16": {
|
|
"enabled": true
|
|
},
|
|
"steps_per_print": 100,
|
|
"wall_clock_breakdown": false
|
|
}
|