Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Move init dist connection into the setup function #6506

Merged
merged 33 commits into from
Mar 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6bf721e
Move connection setup into the setup function. Call setup hook after …
Mar 13, 2021
1576176
Added CHANGELOG.md
Mar 13, 2021
7148ee6
fix setup order in callback test
awaelchli Mar 13, 2021
4fd0c02
fix input arguments in test
awaelchli Mar 13, 2021
cbfa681
Mock distributed function, remove protection to turn into training ty…
Mar 13, 2021
2a1dfbf
Remove import
Mar 13, 2021
e9c3f83
Add missing mock, ensure custom plugin does not create children process
Mar 14, 2021
2141a1f
Merge branch 'master' into fix/setup_ddp_hook
Mar 14, 2021
96ca54f
Merge branch 'master' into fix/setup_ddp_hook
SeanNaren Mar 15, 2021
ffe1c3f
Skip test on windows
Mar 15, 2021
1709cdb
Update deepspeed to init connection in setup
Mar 15, 2021
708f97f
Do not initialize distributed module
Mar 15, 2021
ec33b96
Move DeepSpeed tests to special tests since dist communication is bei…
Mar 16, 2021
d782554
Merge branch 'master' into fix/setup_ddp_hook
Mar 16, 2021
0c03487
Special the test to see if this fixes CI
Mar 16, 2021
edde60b
Delete accelerator connector test to see if its causing build to fail
Mar 16, 2021
9d31742
Delete deepspeed test
Mar 16, 2021
9db893a
Revert "Delete accelerator connector test to see if its causing build…
Mar 16, 2021
56ef252
Revert "Delete deepspeed test"
Mar 16, 2021
cad0671
Reverse hook
Mar 16, 2021
6b7d835
Reverse setup hooks to debug again
Mar 16, 2021
4651e57
Add todo so i know where i left off
Mar 17, 2021
d7ec33e
For single device move in pre_dispatch after setup function
Mar 17, 2021
72097ba
Merge branch 'master' into fix/setup_ddp_hook
Mar 17, 2021
bd2a53a
Add additional model to device hook if any additional parameters have…
Mar 17, 2021
b5450de
See if we can enable deepspeed tests
Mar 17, 2021
136ddc5
Revert "See if we can enable deepspeed tests"
Mar 17, 2021
0210f17
See if this hook approach works
Mar 18, 2021
1bae940
Introduce new granular hooks
Mar 18, 2021
69d6c32
Remove import, fix tpu spawn by moving the function to setup
Mar 18, 2021
91fff3a
Added missing special test
Mar 18, 2021
88e2e09
Merge branch 'master' into fix/setup_ddp_hook
Mar 18, 2021
3eced98
Clean up the setup comment, since its run on train and test
Mar 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete deepspeed test
  • Loading branch information
SeanNaren committed Mar 16, 2021
commit 9d3174298c6c6adb1e2d50ad3d131b5ca9af5a52
358 changes: 0 additions & 358 deletions tests/plugins/test_deepspeed_plugin.py

This file was deleted.