add 1.13.1 to adjust versions (#16099)
This commit is contained in:
parent
c8b4bce3ee
commit
acd48d3b0d
|
@ -5,7 +5,9 @@ from typing import Dict, Optional
|
|||
|
||||
# IMPORTANT: this list needs to be sorted in reverse
|
||||
VERSIONS = [
|
||||
dict(torch="1.13.0", torchvision="0.14.0"), # stable
|
||||
dict(torch="1.14.0", torchvision="0.15.0"), # nightly
|
||||
dict(torch="1.13.1", torchvision="0.14.1"), # stable
|
||||
dict(torch="1.13.0", torchvision="0.14.0"),
|
||||
dict(torch="1.12.1", torchvision="0.13.1"),
|
||||
dict(torch="1.12.0", torchvision="0.13.0"),
|
||||
dict(torch="1.11.0", torchvision="0.12.0"),
|
||||
|
|
Loading…
Reference in New Issue