add 1.13.1 to adjust versions (#16099)

This commit is contained in:
Jirka Borovec 2022-12-17 23:05:08 +09:00 committed by GitHub
parent c8b4bce3ee
commit acd48d3b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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"),