- 19 Mar, 2021 1 commit
-
-
Mohammad Shoeybi authored
-
- 08 Mar, 2021 1 commit
-
-
Mohammad Shoeybi authored
-
- 25 Feb, 2021 1 commit
-
-
Jared Casper authored
-
- 23 Feb, 2021 1 commit
-
-
Mostofa Patwary authored
-
- 15 Feb, 2021 1 commit
-
-
Mostofa Patwary authored
-
- 13 Feb, 2021 1 commit
-
-
Deepak Narayanan authored
-
- 09 Feb, 2021 1 commit
-
-
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
-
- 05 Feb, 2021 1 commit
-
-
Vijay Korthikanti authored
-
- 04 Feb, 2021 1 commit
-
-
Vijay Korthikanti authored
-
- 01 Feb, 2021 1 commit
-
-
Mostofa Patwary authored
-
- 29 Jan, 2021 2 commits
-
-
Mostofa Patwary authored
-
Mostofa Patwary authored
-
- 27 Jan, 2021 3 commits
-
-
Jared Casper authored
Move rearranging query_key_value and key_value values in old checkpoints to when the checkpoint is loaded instead of runtime..
-
Jared Casper authored
-
mohammad authored
-
- 26 Jan, 2021 2 commits
-
-
mohammad authored
-
Vijay Korthikanti authored
-
- 25 Jan, 2021 2 commits
-
-
Jared Casper authored
-
Jared Casper authored
-
- 22 Jan, 2021 3 commits
-
-
Jared Casper authored
-
Vijay Korthikanti authored
-
Vijay Korthikanti authored
-
- 13 Jan, 2021 1 commit
-
-
Vijay Korthikanti authored
-
- 12 Jan, 2021 3 commits
-
-
Vijay Korthikanti authored
-
Vijay Korthikanti authored
-
Mohammad Shoeybi authored
-
- 09 Jan, 2021 2 commits
-
-
Vijay Korthikanti authored
-
Vijay Korthikanti authored
-
- 08 Jan, 2021 1 commit
-
-
Vijay Korthikanti authored
-
- 05 Jan, 2021 1 commit
-
-
Jared Casper authored
-
- 27 Dec, 2020 1 commit
-
-
mohammad authored
-
- 25 Dec, 2020 1 commit
-
-
mohammad authored
-
- 22 Dec, 2020 3 commits
- 19 Dec, 2020 1 commit
-
-
Jared Casper authored
-
- 17 Nov, 2020 1 commit
-
-
Jared Casper authored
-
- 12 Nov, 2020 3 commits
-
-
Deepak Narayanan authored
Small bugfix in bert_model.py: make sure word_embeddings is initialized before instantiating lm_head
-
Deepak Narayanan authored
Refactor code according to Jared's comments: move pipelining and non-pipelining training loops into separate methods Also, use mpu.get_*_model_parallel_size() instead of args.*_model_parallel_size
-
Deepak Narayanan authored
-