template_zero2.json 237 B

1234567891011
  1. {
  2. "zero_optimization": {
  3. "stage": 2,
  4. "allgather_partitions": true,
  5. "allgather_bucket_size": 5e8,
  6. "overlap_comm": false,
  7. "reduce_scatter": true,
  8. "reduce_bucket_size": 5e8,
  9. "contiguous_gradients": false
  10. }
  11. }