Add torch v1.11.0 to the list of versions in adjust_versions.py (#9679)
This commit is contained in:
parent
41e3be197f
commit
c2e3ec164a
|
@ -5,7 +5,8 @@ from typing import Dict, Optional
|
|||
|
||||
# IMPORTANT: this list needs to be sorted in reverse
|
||||
VERSIONS = [
|
||||
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""), # nightly
|
||||
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
|
||||
dict(torch="1.10.0", torchvision="0.11.*", torchtext=""),
|
||||
dict(torch="1.9.1", torchvision="0.10.1", torchtext="0.10.1"),
|
||||
dict(torch="1.9.0", torchvision="0.10.0", torchtext="0.10.0"),
|
||||
dict(torch="1.8.2", torchvision="0.9.1", torchtext="0.9.1"),
|
||||
|
|
Loading…
Reference in New Issue