ds_config.json 534 B

12345678910111213141516171819202122
  1. {
  2. "train_batch_size": "auto",
  3. "train_micro_batch_size_per_gpu" :"auto",
  4. "gradient_accumulation_steps": "auto",
  5. "gradient_clipping": 1.0,
  6. "bf16": {
  7. "enabled": "auto"
  8. },
  9. "zero_optimization": {
  10. "stage": 3,
  11. "overlap_comm": true,
  12. "stage3_gather_16bit_weights_on_model_save": true
  13. },
  14. "flops_profiler": {
  15. "enabled": false,
  16. "profile_step": 1,
  17. "module_depth": -1,
  18. "top_modules": 1,
  19. "detailed": true,
  20. "output_file": null
  21. }
  22. }