Skip to content

Commit

Permalink
Unpin sentencepiece version (#249)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* unpin sentencepiece in setup.py
  • Loading branch information
anas-awadalla authored Aug 26, 2023
1 parent b6cd898 commit 6036679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ transformers>=4.28.1
torch==2.0.1
pillow
open_clip_torch>=2.16.0
sentencepiece==0.1.98
sentencepiece
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"torch==2.0.1",
"pillow",
"open_clip_torch>=2.16.0",
"sentencepiece==0.1.98",
"sentencepiece",
]

EVAL = [
Expand Down

0 comments on commit 6036679

Please sign in to comment.