"docs/vscode:/vscode.git/clone" did not exist on "4c02f1030c3f423903e84867bd52853c16550656"
- 12 Feb, 2021 4 commits
-
-
Olatunji Ruwase authored
* Activation checkpoint support for non tensor input/output * Format fixes * Address PR comments; Add ordering edge case tests
-
Jeff Rasley authored
* add -e/--examples flag to checkout submodules * bump DSE commit
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Sean Naren authored
* Use log dist function instead of print * Expose ranks Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
- 11 Feb, 2021 4 commits
-
-
Conglong Li authored
* 1-bit adam doc fix * 1-bit adam doc fix * 1-bit adam doc fix Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
sdtblck authored
-
Sean Naren authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Cheng Li authored
* work on flops profiler tutorial * update flops profiler tutorial * add flops profiler tutorial and fix names * work on flops profiler tutorial * update flops profiler tutorial * add flops profiler tutorial and fix names * fix tailing ws * fix names * remove multistep profiling and update docs * fix cases where functionals and submodules coexist in a parent module, update readme * fix typo * always invoke post hook function * fix module flops sum and update tests * update tutorial
-
- 10 Feb, 2021 2 commits
-
-
Olatunji Ruwase authored
* Fix docstring * Make screenshots clickable for easier viewing
-
Stas Bekman authored
-
- 09 Feb, 2021 1 commit
-
-
TheDudeFromCI authored
-
- 08 Feb, 2021 1 commit
-
-
Jon Eyolfson authored
* Improve starred expressions `deepspeed/profiling/flops_profiler/profiler.py` uses starred expressions that are no longer valid with [PEP 617][1]. The new Python parser is in 3.9, and this change allows DeepSpeed to run with the newest Python version. I have not checked all locations that has this issue. However, this change allows me to run simple examples. [1]: https://www.python.org/dev/peps/pep-0617/ * Match style for "Improve starred expressions", although readability suffers The style guide might need to be updated for this new use case of expressions. Python [Issue 40631][1] includes more discussion on the change. [1]: https://bugs.python.org/issue40631 Co-authored-by:
Cheng Li <pistasable@gmail.com>
-
- 04 Feb, 2021 1 commit
-
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
- 02 Feb, 2021 1 commit
-
-
Jeff Rasley authored
-
- 01 Feb, 2021 3 commits
-
-
Jeff Rasley authored
-
Jon Eyolfson authored
* Add executable permission to `ds_elastic` and `ds_report` in `bin`. * Automatic `ds_elastic` formatting Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Jeff Rasley authored
-
- 29 Jan, 2021 2 commits
-
-
Shaden Smith authored
-
Jeff Rasley authored
-
- 27 Jan, 2021 3 commits
-
-
Jeff Rasley authored
-
Jeff Rasley authored
-
Jeff Rasley authored
-
- 26 Jan, 2021 1 commit
-
-
Ying Xiong authored
* fix wrong idx bug in invertible LayerNormBackward1 this index bug cause wrong scale grad * fix unexpected deletion * fix idx for LayerNormBackward1_fused_add * move pos defination in LayerNormBackward1 kernels * fix format error Co-authored-by:Reza Yazdani <reyazda@microsoft.com>
-
- 25 Jan, 2021 1 commit
-
-
sdtblck authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
- 20 Jan, 2021 3 commits
-
-
Leo Gao authored
* Fix ZeRO 2 + Pipelining
-
Shaden Smith authored
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
- 19 Jan, 2021 1 commit
-
-
Jeff Rasley authored
* Update README.md * Update index.md
-
- 15 Jan, 2021 5 commits
-
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Stas Bekman authored
Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Jeff Rasley authored
-
Olatunji Ruwase authored
-
- 14 Jan, 2021 1 commit
-
-
Jeff Rasley authored
-
- 13 Jan, 2021 2 commits
-
-
Reza Yazdani authored
* move workspace memory-allocation to PyTorch * refine the code based on the comments * remove unnecessary options * remove bsz from set_seq_len function
-
Cheng Li authored
Co-authored-by:
Cheng Li <pistasable@gmail.com> Co-authored-by:
Jeff Rasley <jerasley@microsoft.com>
-
- 12 Jan, 2021 1 commit
-
-
Shaden Smith authored
Special thanks to @g-karthik for tracking this issue down.
-
- 08 Jan, 2021 3 commits
-
-
Olatunji Ruwase authored
* Add Linear warmup+decay lr schedule Update lr schedule unit tests * LR scheduler unit tests for LR Range Test and 1Cycle * Disable yapf to preserve parameterizaton * Disable test_pipe.py for CI debugging * Disable test_lr_scheduler for CI debugging * Disable test_lr_scheduler for CI debugging * Enable all unit tests for CI debugging Co-authored-by:Jeff Rasley <jerasley@microsoft.com>
-
Jeff Rasley authored
-
Ammar Ahmad Awan authored
* Remove a very verbose print statement. * Update engine.py
-