Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Jul 18, 2024
1 parent 11d6460 commit d532a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
install_requires=[
'boto3',
# tokenizers >=0.13.3
'torch',
'tokenizers==0.13.3',
'transformers',
'datasets==2.20.0', # Add the datasets library
'datasets==2.20.0',
'torch', # Add the datasets library
],
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit d532a9c

Please sign in to comment.