0716 / configs /ds_zero2.json
huohuo0345's picture
Upload H20 Qwen3.5 DriveLM code package
d5049a2 verified
Raw
History Blame Contribute Delete
456 Bytes
{
"bf16": {
"enabled": true
},
"zero_optimization": {
"stage": 2,
"overlap_comm": true,
"contiguous_gradients": true,
"reduce_scatter": true,
"allgather_partitions": true,
"reduce_bucket_size": 50000000,
"allgather_bucket_size": 50000000
},
"gradient_accumulation_steps": "auto",
"train_micro_batch_size_per_gpu": "auto",
"train_batch_size": "auto",
"steps_per_print": 20,
"wall_clock_breakdown": false
}