Skip to content

Commit

Permalink
Merge pull request #434 from sanchit97/fix-torch-version
Browse files Browse the repository at this point in the history
Fix torch version to 1.7.1
  • Loading branch information
qiyanjun committed Mar 21, 2021
2 parents 54cbfbc + 93a8c5c commit e343f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nltk
numpy<1.19.0 #TF 2.0 requires this
pandas>=1.0.1
scipy==1.4.1
torch
torch==1.7.1
transformers>=3.3.0
terminaltables
tqdm>=4.27,<4.50.0
Expand Down

0 comments on commit e343f6d

Please sign in to comment.