Skip to content

Commit

Permalink
Add release 2.3.0 version, fix 2.2.1 version typo (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Feb 22, 2024
1 parent d1e862e commit c4984b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/scripts/generate_release_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"2.1.1": { 'torch': '2.1.1', 'torchvision': '0.16.1', 'torchaudio': '2.1.1', 'torchtext': '0.16.1', 'torchdata': '0.7.1'},
"2.1.2": { 'torch': '2.1.2', 'torchvision': '0.16.2', 'torchaudio': '2.1.2', 'torchtext': '0.16.2', 'torchdata': '0.7.1'},
"2.2.0": { 'torch': '2.2.0', 'torchvision': '0.17.0', 'torchaudio': '2.2.0', 'torchtext': '0.17.0', 'torchdata': '0.7.1'},
"2.2.1": { 'torch': '2.2.2', 'torchvision': '0.17.1', 'torchaudio': '2.2.1', 'torchtext': '0.17.1', 'torchdata': '0.7.1'},
"2.2.2": { 'torch': '2.2.2', 'torchvision': '0.17.2', 'torchaudio': '2.2.2', 'torchtext': '0.17.2', 'torchdata': '0.7.1'}
"2.2.1": { 'torch': '2.2.1', 'torchvision': '0.17.1', 'torchaudio': '2.2.1', 'torchtext': '0.17.1', 'torchdata': '0.7.1'},
"2.2.2": { 'torch': '2.2.2', 'torchvision': '0.17.2', 'torchaudio': '2.2.2', 'torchtext': '0.17.2', 'torchdata': '0.7.1'},
"2.3.0": { 'torch': '2.3.0', 'torchvision': '0.18.0', 'torchaudio': '2.3.0', 'torchtext': '0.18.0', 'torchdata': '0.7.1'}
}


Expand Down

0 comments on commit c4984b5

Please sign in to comment.