Skip to content

Commit

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

---
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] committed Sep 16, 2024
1 parent fea4a88 commit df4b6ed
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.15.1',
'pydantic>=1.0,<2',
]

Expand Down

0 comments on commit df4b6ed

Please sign in to comment.