Skip to content

Commit

Permalink
ci: add mapping for PT 2.0 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 15, 2023
1 parent c8d649d commit 898aef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from packaging.version import Version

VERSIONS = [
{"torch": "2.0.0", "torchvision": "0.15.0", "torchtext": "0.15.0"}, # stable
{"torch": "1.14.0", "torchvision": "0.15.0", "torchtext": "0.15.0"}, # nightly
{"torch": "1.13.1", "torchvision": "0.14.1", "torchtext": "0.14.1"}, # stable
{"torch": "1.13.0", "torchvision": "0.14.0", "torchtext": "0.14.0"},
Expand Down

0 comments on commit 898aef5

Please sign in to comment.