Skip to content

Commit

Permalink
add 1.13.1 to adjust versions (#16099)
Browse files Browse the repository at this point in the history
(cherry picked from commit acd48d3)
  • Loading branch information
Borda committed Dec 20, 2022
1 parent b519c59 commit ecaac18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/pytorch/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

# 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"),
Expand Down

0 comments on commit ecaac18

Please sign in to comment.