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 c8b4bce commit acd48d3Copy full SHA for acd48d3
requirements/pytorch/adjust-versions.py
@@ -5,7 +5,9 @@
5
6
# IMPORTANT: this list needs to be sorted in reverse
7
VERSIONS = [
8
- dict(torch="1.13.0", torchvision="0.14.0"), # stable
+ dict(torch="1.14.0", torchvision="0.15.0"), # nightly
9
+ dict(torch="1.13.1", torchvision="0.14.1"), # stable
10
+ dict(torch="1.13.0", torchvision="0.14.0"),
11
dict(torch="1.12.1", torchvision="0.13.1"),
12
dict(torch="1.12.0", torchvision="0.13.0"),
13
dict(torch="1.11.0", torchvision="0.12.0"),
0 commit comments