Skip to content

Commit

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

---
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 Jun 24, 2024
1 parent 1db3dbf commit 7cff7a5
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 @@ -154,7 +154,7 @@ def package_files(prefix: str, directory: str, extension: str):
}

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

Expand Down

0 comments on commit 7cff7a5

Please sign in to comment.