Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Apr 30, 2021
1 parent 3b0bd8f commit 43e2bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
torch>=1.7 # TODO: regenerate weights with lower PT version
torchmetrics
torchvision>=0.8 # TODO: lower to 0.7 after PT 1.6
torchvision==0.8 # TODO: lower to 0.7 after PT 1.6
pytorch-lightning>=1.3.0rc1
lightning-bolts>=0.3.3
PyYAML>=5.1
Expand All @@ -16,6 +16,6 @@ rouge-score>=0.0.4
sentencepiece>=0.1.95
filelock # comes with 3rd-party dependency
pycocotools>=2.0.2 ; python_version >= "3.7"
kornia>=0.5.0
kornia==0.5.0
pytorchvideo
matplotlib # used by the visualisation callback

0 comments on commit 43e2bc3

Please sign in to comment.