Skip to content

Commit acd48d3

Browse files
authored
add 1.13.1 to adjust versions (#16099)
1 parent c8b4bce commit acd48d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/pytorch/adjust-versions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
# IMPORTANT: this list needs to be sorted in reverse
77
VERSIONS = [
8-
dict(torch="1.13.0", torchvision="0.14.0"), # stable
8+
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"),
911
dict(torch="1.12.1", torchvision="0.13.1"),
1012
dict(torch="1.12.0", torchvision="0.13.0"),
1113
dict(torch="1.11.0", torchvision="0.12.0"),

0 commit comments

Comments
 (0)