Skip to content

Commit

Permalink
fixing requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanaliouchouche committed Jun 23, 2024
1 parent 23a8e0b commit b6c165c
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
@@ -1,2 +1,2 @@
torch==2.3.1
transformers==4.31.2
transformers==4.41.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
packages=find_packages(),
install_requires=[
'torch>=2.3.1',
'transformers>=4.41.0'
'transformers>=4.41.2'
],
)

0 comments on commit b6c165c

Please sign in to comment.