Skip to content

Commit 338408b

Browse files
akihironittalexierule
authored andcommitted
Update torch version matrix (#11649)
1 parent 67a3cd2 commit 338408b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/adjust_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# IMPORTANT: this list needs to be sorted in reverse
77
VERSIONS = [
88
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
9-
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"), # stable
9+
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"), # stable
10+
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),
1011
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
1112
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
1213
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),

0 commit comments

Comments
 (0)