1. 09 Feb, 2021 1 commit
    • Deepak Narayanan's avatar
      Interleaved pipeline execution and code refactoring · dd889062
      Deepak Narayanan authored
      - Split a model's computation into multiple virtual stages as needed,
      and schedule communication correctly between these virtual stages
      - Move schedule code into `schedules.py` and communication code into
      `p2p_communication.py`
      - Use hyphens instead of spaces in all time logging for consistency
      - Factor out code in megatron/training.py into helper functions
      - Refactor evaluate() function: make it use forward_backward_schedule
      functions
      dd889062
  2. 08 Feb, 2021 2 commits
  3. 06 Feb, 2021 1 commit
  4. 05 Feb, 2021 3 commits
  5. 04 Feb, 2021 1 commit
  6. 02 Feb, 2021 2 commits
  7. 01 Feb, 2021 2 commits
  8. 29 Jan, 2021 4 commits
  9. 28 Jan, 2021 11 commits
  10. 27 Jan, 2021 10 commits
  11. 26 Jan, 2021 3 commits