-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements #13048
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
Conversation
Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](deepspeedai/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
|
A newer version of deepspeed exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Borda
left a comment
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.
🐰
|
This broke CI because DeepSpeed 0.6.5 produces the error described in #13177 (comment). And Dependabot is useless until the docker images are refreshed and used before merging the dependabot PRs, because the CI for this PR still used This change needs to be reverted. Will do it in #13177 |
|
@carmocca just saw the comment about Lite. Yes there must be change in the init wrapper logic in deepspeed that broke the getattr logic I wrote for the LiteModule. You can assign me to the issue. |
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](deepspeedai/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](deepspeedai/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](deepspeedai/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on deepspeed to permit the latest version.
Release notes
Sourced from deepspeed's releases.
Commits
673cb60Improve z3 trace management (#1916)a3b9003Fix time error (#1934)a8d26d6[ZeRO-3] Rename confusing log message (#1932)89e37efspell err (#1929)af58f63bf16 inference (#1917)96c8bf3Enable DeepSpeed inference on ROCm (#1922)a160d95explictly add op_builder to manifest (#1920)b7fc00dlazy import fcntl (#1921)eae1889bump to 0.6.4dda0336bumped to v0.6.3Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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