Files
wehub-resource-sync 8153d5ec9f
Python package / build (3.10) (push) Successful in 8m51s
chore: import upstream snapshot with attribution
2026-07-13 12:35:30 +08:00

15 lines
291 B
JSON

{
"zero_optimization": {
"stage": 2,
"offload_optimizer": {
"device": "cpu"
},
"contiguous_gradients": true,
"overlap_comm": true
},
"fp16": {
"enabled": "auto"
},
"train_micro_batch_size_per_gpu": "auto",
"gradient_accumulation_steps": "auto"
}