We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a3cd2 commit 338408bCopy full SHA for 338408b
requirements/adjust_versions.py
@@ -6,7 +6,8 @@
6
# IMPORTANT: this list needs to be sorted in reverse
7
VERSIONS = [
8
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
+ 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"),
11
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
12
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
13
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
0 commit comments