Minimind/ds_config.json

28 lines
677 B
JSON
Raw Normal View History

2025-05-14 00:01:40 +08:00
{
"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": {
2025-09-06 16:16:12 +08:00
"enabled": false
2025-05-14 00:01:40 +08:00
},
"bf16": {
"enabled": true
2025-05-14 00:01:40 +08:00
},
"steps_per_print": 100,
"wall_clock_breakdown": false
}