1. 08 6月, 2021 3 次提交
  2. 04 6月, 2021 1 次提交
  3. 03 6月, 2021 3 次提交
  4. 28 5月, 2021 1 次提交
  5. 26 5月, 2021 1 次提交
  6. 25 5月, 2021 8 次提交
  7. 24 5月, 2021 1 次提交
  8. 22 5月, 2021 1 次提交
  9. 21 5月, 2021 1 次提交
  10. 20 5月, 2021 3 次提交
  11. 19 5月, 2021 1 次提交
  12. 16 5月, 2021 1 次提交
  13. 14 5月, 2021 5 次提交
  14. 13 5月, 2021 2 次提交
  15. 11 5月, 2021 1 次提交
    • O
      Auto-tuning aio parameters (#1059) · 6124eb37
      Olatunji Ruwase 提交于
      * Validate env; remove write size from logs
      
      * Performance scripts for auto-tunining/auto-generating aio params of
      deepspeed config.
      
      * Formatting fixes
      
      * Address feedback
      6124eb37
  16. 08 5月, 2021 1 次提交
  17. 07 5月, 2021 1 次提交
  18. 06 5月, 2021 1 次提交
  19. 05 5月, 2021 1 次提交
    • J
      bump 0.3.17 for next release · e4139a7d
      Jeff Rasley 提交于
      Previously we would bump release version then push release, but then any unreleased commits in master are versioned to the previous release which isn't correct. Instead we will now push to PyPI then bump to next version for un-released commits.
      e4139a7d
  20. 04 5月, 2021 2 次提交
    • S
      fix assert message (#1040) · 47ec97eb
      Stas Bekman 提交于
      * fix assert
      
      The current assert "Model must initialized in fp16 mode for ZeRO Stage 3." needs TLC - I rewrote it completely to match its cousen assert, so now we have 2 consistent matching asserts:
      
      - f"fp16 is enabled but one or several model parameters have dtype that is not fp16"
      - f"fp16 is not enabled but one or several model parameters have dtype of fp16"
      
      * remove f
      47ec97eb
    • J
      Change methods to be static (#1038) · 21047072
      janEbert 提交于
      Fix #1032
      21047072
  21. 03 5月, 2021 1 次提交