Skip to content

Commit

Permalink
Update transformers requirements (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso authored Jul 23, 2024
1 parent 2668bf4 commit 2845306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "llama-recipes"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="Hamid Shojanazeri", email="[email protected]" },
{ name="Matthias Reso", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black[jupyter]
datasets
fire
peft
transformers>=4.43.0
transformers>=4.43.1
sentencepiece
py7zr
scipy
Expand Down

0 comments on commit 2845306

Please sign in to comment.