Skip to content

Commit

Permalink
Bump deepspeed from 0.8.3 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [deepspeed](https://github.com/microsoft/DeepSpeed) from 0.8.3 to 0.16.0.
- [Release notes](https://github.com/microsoft/DeepSpeed/releases)
- [Commits](microsoft/DeepSpeed@v0.8.3...v0.16.0)

---
updated-dependencies:
- dependency-name: deepspeed
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 7824d90 commit 7b4a2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def package_files(prefix: str, directory: str, extension: str):

extra_deps['deepspeed'] = [
'numpy<2',
'deepspeed==0.8.3',
'deepspeed==0.16.0',
'pydantic>=1.0,<2',
]

Expand Down

0 comments on commit 7b4a2a2

Please sign in to comment.