Skip to content

Commit

Permalink
adjusting PT 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 21, 2021
1 parent 3613a21 commit 68e5636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

VERSIONS = [
dict(torch="1.10.0", torchvision="0.11.0", torchtext=""), # nightly
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
dict(torch="1.8.1", torchvision="0.9.1", torchtext="0.9.1"),
dict(torch="1.8.0", torchvision="0.9.0", torchtext="0.9.0"),
Expand Down

0 comments on commit 68e5636

Please sign in to comment.