Skip to content

Commit

Permalink
Merge branch 'main' into co/code
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 16, 2023
2 parents e42f172 + 56652f9 commit 2ee7bb3
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 @@ -10,7 +10,8 @@

VERSIONS = [
{"torch": "2.2.0", "torchvision": "0.17.0", "torchtext": "0.17.0", "torchaudio": "2.2.0"}, # nightly
{"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"}, # stable
{"torch": "2.1.1", "torchvision": "0.16.1", "torchtext": "0.16.1", "torchaudio": "2.1.1"}, # stable
{"torch": "2.1.0", "torchvision": "0.16.0", "torchtext": "0.16.0", "torchaudio": "2.1.0"},
{"torch": "2.0.1", "torchvision": "0.15.2", "torchtext": "0.15.2", "torchaudio": "2.0.2"},
{"torch": "2.0.0", "torchvision": "0.15.1", "torchtext": "0.15.1", "torchaudio": "2.0.1"},
{"torch": "1.14.0", "torchvision": "0.15.0", "torchtext": "0.15.0", "torchaudio": "0.14.0"}, # nightly / shifted
Expand Down

0 comments on commit 2ee7bb3

Please sign in to comment.