Skip to content

Commit

Permalink
hotfix: version mapping PyTorch v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 27, 2022
1 parent 64e80c0 commit 1663629
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 @@ -21,7 +21,8 @@

VERSIONS = [
dict(torch="1.11.0", torchvision="0.12.0", torchtext=""), # nightly
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"), # stable
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"),
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"),
Expand Down

0 comments on commit 1663629

Please sign in to comment.