Skip to content

Commit

Permalink
Bump aim from 3.18.1 to 3.19.0 (#93)
Browse files Browse the repository at this point in the history
Bumps [aim](https://github.com/aimhubio/aim) from 3.18.1 to 3.19.0.
- [Release notes](https://github.com/aimhubio/aim/releases)
- [Changelog](https://github.com/aimhubio/aim/blob/main/CHANGELOG.md)
- [Commits](aimhubio/aim@v3.18.1...v3.19.0)

---
updated-dependencies:
- dependency-name: aim
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Anh-Uong <anh.uong@ibm.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sukriti Sharma <Ssukriti@users.noreply.github.com>
Co-authored-by: Anh-Uong <anh.uong@ibm.com>
  • Loading branch information
3 people authored May 10, 2024
1 parent 521a463 commit bc1c038
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
[project.optional-dependencies]
dev = ["wheel", "packaging", "ninja", "scikit-learn>=1.0, <2.0"]
flash-attn = ["flash-attn"]
aim = ["aim==3.18.1"]
aim = ["aim==3.19.0"]

[tool.setuptools.packages.find]
exclude = ["tests", "tests.*"]
Expand Down
15 changes: 15 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
numpy
accelerate>=0.20.3
packaging
transformers>=4.34.1
torch
aim==3.19.0
sentencepiece
tokenizers>=0.13.3
tqdm
trl
ninja
peft>=0.8.0
datasets>=2.15.0
fire

0 comments on commit bc1c038

Please sign in to comment.