1. 29 6月, 2021 1 次提交
  2. 26 6月, 2021 1 次提交
  3. 24 6月, 2021 4 次提交
  4. 18 6月, 2021 2 次提交
  5. 17 6月, 2021 2 次提交
  6. 09 6月, 2021 2 次提交
  7. 08 6月, 2021 2 次提交
  8. 04 6月, 2021 1 次提交
  9. 03 6月, 2021 1 次提交
  10. 26 5月, 2021 1 次提交
  11. 25 5月, 2021 2 次提交
  12. 24 5月, 2021 1 次提交
  13. 22 5月, 2021 1 次提交
  14. 21 5月, 2021 1 次提交
  15. 20 5月, 2021 1 次提交
  16. 19 5月, 2021 1 次提交
  17. 16 5月, 2021 1 次提交
  18. 14 5月, 2021 4 次提交
  19. 13 5月, 2021 1 次提交
    • C
      Improve flops profiler functionality (#1065) · 4544b7d2
      Cheng Li 提交于
      * use the original function's name as the key to old_functions dict
      
      * update profile output format
      
      * print at global rank 0
      
      * add flops calculation in bwd pass using time from ds timers
      
      * improve aggregated profiling out to show all depth
      
      * print samples/second
      
      * update readme and examples
      
      * update docs
      
      * fix typo and reorder printing
      
      * fix format
      4544b7d2
  20. 08 5月, 2021 1 次提交
  21. 06 5月, 2021 1 次提交
  22. 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
  23. 03 5月, 2021 1 次提交
  24. 01 5月, 2021 5 次提交