Skip to content

Commit

Permalink
bump: script update with PT 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 4, 2024
1 parent ab1190b commit 19a52a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/adjust-torch-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

VERSIONS = [
{"torch": "2.4.0", "torchvision": "0.19.0", "torchtext": "0.19.0", "torchaudio": "2.4.0"}, # nightly
{"torch": "2.3.0", "torchvision": "0.18.0", "torchtext": "0.18.0", "torchaudio": "2.3.0"}, # stable
{"torch": "2.3.1", "torchvision": "0.18.1", "torchtext": "0.18.0", "torchaudio": "2.3.1"}, # stable
{"torch": "2.3.0", "torchvision": "0.18.0", "torchtext": "0.18.0", "torchaudio": "2.3.0"},
{"torch": "2.2.2", "torchvision": "0.17.2", "torchtext": "0.17.2", "torchaudio": "2.2.2"},
{"torch": "2.2.1", "torchvision": "0.17.1", "torchtext": "0.17.1", "torchaudio": "2.2.1"},
{"torch": "2.2.0", "torchvision": "0.17.0", "torchtext": "0.17.0", "torchaudio": "2.2.0"},
Expand Down

0 comments on commit 19a52a8

Please sign in to comment.