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 75f5b01 commit 1e98171Copy full SHA for 1e98171
requirements/adjust_versions.py
@@ -6,7 +6,7 @@
6
# IMPORTANT: this list needs to be sorted in reverse
7
VERSIONS = [
8
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""), # nightly
9
- dict(torch="1.9.1", torchvision="0.10.0", torchtext="0.10.0"),
+ dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
10
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
11
dict(torch="1.8.2", torchvision="0.9.1", torchtext="0.9.1"),
12
dict(torch="1.8.1", torchvision="0.9.1", torchtext="0.9.1"),
0 commit comments