-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update deepspeed and fairscale versions
#12860
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8f9996a
Use new rank_zero_debug
akihironitta d9a4214
Fix and move import statement to the top
akihironitta 2bec339
Fix deepspeed installation
akihironitta aef821f
Adapt to deepspeed>=0.5.9
b162410
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ef5b5d7
Fix fairscale installation
akihironitta 5344948
Merge branch 'bugfix/use-new-rank-zero' into bugfix/fairscale-version
akihironitta 0a83cee
Merge branch 'bugfix/use-new-rank-zero' into bugfix/deepspeed-0.6.0
akihironitta 4cf2585
Merge branch 'bugfix/fairscale-version' into bugfix/deepspeed-0.6.0
akihironitta cb5a0ce
Don't collect test_warnings.py
akihironitta 238659d
Temporarily skip standard testing
akihironitta 79dd1d1
Add testpaths for pytest
akihironitta f7f8e20
Specify dir to run pytest on
akihironitta b0f103a
Show files in standalone tests
akihironitta 0676893
asdf
akihironitta 162810e
asdf
akihironitta d7e273d
Don't fail fast
akihironitta 51b3062
Show exact command running
akihironitta 3e1c0ea
Revert "Specify dir to run pytest on"
akihironitta b423b50
Revert "Add testpaths for pytest"
akihironitta 0a2e228
Revert "asdf"
akihironitta 7fe5fac
Revert "asdf"
akihironitta 0cc407d
Revert "Don't fail fast"
akihironitta 1a33309
Revert "Show exact command running"
akihironitta a3614fb
Revert "Show files in standalone tests"
akihironitta 67ea345
Skip deepspeed==0.6.{0,1}
akihironitta e15b21d
Revert "Temporarily skip standard testing"
akihironitta cf722c3
Revert "Fix and move import statement to the top"
akihironitta fb9d7c2
Revert "Use new rank_zero_debug"
akihironitta 8877616
Pin deepspeed<0.6.0
akihironitta 3b36af0
Revert "Don't collect test_warnings.py"
akihironitta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For people dealing with CI/CD:
The command here was not appropriate! It just redirects stdout from
pip install fairscaleinto a file named=0.4.5and leads to installing the wrong versions, so make sure to put""when specifying versions :)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, I know, it just creates a file
0.4.5:D