Skip to content

Commit

Permalink
Prepare for torch==1.11 (Lightning-AI#11679)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Feb 2, 2022
1 parent 86b177e commit 77a9253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/adjust_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# IMPORTANT: this list needs to be sorted in reverse
VERSIONS = [
dict(torch="1.11.0", torchvision="0.11.*", torchtext=""), # nightly
dict(torch="1.12.0", torchvision="0.12.*", torchtext=""), # nightly
dict(torch="1.11.0", torchvision="0.12.0", torchtext="0.12.0"), # pre-release
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"), # stable
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),
dict(torch="1.10.0", torchvision="0.11.1", torchtext="0.11.0"),
Expand Down

0 comments on commit 77a9253

Please sign in to comment.