-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements #13367
Conversation
We should wait for #13198 before we update deepspeed here because upgrading packages that are only used in GPU CI can be verified only after a new docker image is pushed to the hub from master branch. We've had an issue before as commented by @carmocca #13048 (comment). |
so pls make it as requested changes :) |
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.
as per my comment above.
e65fced
to
4b02e1a
Compare
6428992
to
620f028
Compare
Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](microsoft/DeepSpeed@v0.1.0...v0.6.5) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
620f028
to
5aa023a
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Closing in favor of #13191 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
@dependabot ignore this minor version |
OK, I won't notify you about version 0.6.x again, unless you re-open this PR or update to a 0.6.x release yourself. |
Updates the requirements on deepspeed to permit the latest version.
Release notes
Sourced from deepspeed's releases.
Commits
8164ea9
Fixing several bugs in the inference-api and the kernels (#1951)b8ff482
Fix: Sparse tensors not updating (#1914)5208eb7
Add Unidirectional Sparse Attention Type to BigBird and BSLongformer (#1959)737fee6
Update cpu_adam.py (#1968)7924942
Update Gemfile.lock (#1966)0d36893
Fix timer typo (#1964)e329e98
Bump nokogiri from 1.13.4 to 1.13.6 in /docs (#1965)380d32f
[launcher] add option to bypass ssh check (#1957)4408585
Add loss scale guard to avoid inf loop (#1958)a5adb90
Enabling CUDA-graph for the bert-type models (#1952)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)cc @Borda @carmocca @akihironitta