1. 30 Oct, 2020 1 commit
  2. 07 Oct, 2020 2 commits
  3. 29 Sep, 2020 1 commit
  4. 25 Sep, 2020 1 commit
  5. 22 Sep, 2020 1 commit
  6. 21 Sep, 2020 1 commit
  7. 18 Sep, 2020 3 commits
  8. 16 Sep, 2020 1 commit
  9. 15 Sep, 2020 1 commit
  10. 11 Sep, 2020 2 commits
  11. 10 Sep, 2020 3 commits
  12. 03 Sep, 2020 1 commit
  13. 02 Sep, 2020 2 commits
  14. 10 Aug, 2020 1 commit
  15. 15 Jul, 2020 2 commits
  16. 11 Jul, 2020 1 commit
  17. 06 Jul, 2020 1 commit
  18. 23 Jun, 2020 1 commit
  19. 30 May, 2020 1 commit
  20. 29 May, 2020 1 commit
  21. 27 May, 2020 1 commit
  22. 19 May, 2020 1 commit
  23. 11 May, 2020 1 commit
  24. 06 May, 2020 1 commit
  25. 24 Apr, 2020 1 commit
  26. 27 Mar, 2020 2 commits
    • Olatunji Ruwase's avatar
      Support multi-output models (#170) · 53c73fe3
      Olatunji Ruwase authored
      * Push to remote
      
      * Correctly handle multi output models by doing loss scaling in backward()
      Unit tests for multi output models
      
      * Fix formatting issues
      
      * Formatting issues fix
      
      * Fix formatting
      
      * Update DeepSpeedExamples submodule
      Enable Megatron model tests
      53c73fe3
    • Calogero Zarbo's avatar
      Add "zero_allow_untested_optimizer" option in conf file (#173) · 43f27332
      Calogero Zarbo authored
      * added zero_allow_untested_optimizer flag helpers
      
      * add zero_allow_untested_optimizer config constants
      
      * zero_allow_untested_optimizer logic with assertion
      
      * Added unit test and CustomOptimizer helper class
      43f27332
  27. 25 Mar, 2020 1 commit
  28. 10 Mar, 2020 2 commits
  29. 27 Feb, 2020 1 commit
  30. 26 Feb, 2020 1 commit
    • Jeff Rasley's avatar
      Init distributed torch only if needed (#108) · 5aa58b38
      Jeff Rasley authored
      * add auto-detect to torch dist init
      
      * update tests to infer distributed init status
      
      * prevent crash if dist_init_required is True but already initiliazed
      
      * only init if safe to do so (forgot to add this file in prev commit)
      5aa58b38