Skip to content

Commit

Permalink
Update torch version matrix (#11649)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Jan 28, 2022
1 parent cfb0411 commit 11e1e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/adjust_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# IMPORTANT: this list needs to be sorted in reverse
VERSIONS = [
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"), # stable
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"), # stable
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
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"),
Expand Down

0 comments on commit 11e1e3e

Please sign in to comment.