Skip to content

Commit

Permalink
update torch requirements to resolve compatibility issue on torch end (
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu authored Sep 10, 2024
1 parent 93e77d8 commit 80daa25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ spacy-legacy==3.0.12
spacy-loggers==1.0.5
textblob==0.17.1
tokenizers==0.19.1
torch==2.4.0
torchaudio==2.4.0
torchvision==0.19.0
torch==2.4.1
torchaudio==2.4.1
torchvision==0.19.1
transformers==4.44.0
tzdata>=2023.3
tzlocal==5.2

0 comments on commit 80daa25

Please sign in to comment.