Skip to content

Commit

Permalink
Bump fairscale from 0.4.0 to 0.4.13
Browse files Browse the repository at this point in the history
Bumps [fairscale]() from 0.4.0 to 0.4.13.

---
updated-dependencies:
- dependency-name: fairscale
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent e410732 commit 4aa96d9
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 @@ -17,7 +17,7 @@
license="MIT",
url="https://github.com/kyegomez/zeta",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=["torch>=1.8", "fairscale==0.4.0", "timm==0.6.13", 'optimus-prime-transformers', 'triton', 'pytest'],
install_requires=["torch>=1.8", "fairscale==0.4.13", "timm==0.6.13", 'optimus-prime-transformers', 'triton', 'pytest'],
python_requires=">=3.8.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 4aa96d9

Please sign in to comment.