Skip to content

Commit

Permalink
Update torch candidate version to 2.3.1 (#5209)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored May 16, 2024
1 parent 8f7a4bd commit 2892a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


CURRENT_NIGHTLY_VERSION = "2.4.0"
CURRENT_CANDIDATE_VERSION = "2.3.0"
CURRENT_CANDIDATE_VERSION = "2.3.1"
CURRENT_STABLE_VERSION = "2.3.0"
mod.CURRENT_VERSION = CURRENT_STABLE_VERSION

Expand Down
3 changes: 2 additions & 1 deletion tools/scripts/generate_release_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"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.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'}
"2.3.0": { 'torch': '2.3.0', 'torchvision': '0.18.0', 'torchaudio': '2.3.0', 'torchtext': '0.18.0', 'torchdata': '0.7.1'},
"2.3.1": { 'torch': '2.3.1', 'torchvision': '0.18.1', 'torchaudio': '2.3.1', 'torchtext': '0.18.1', 'torchdata': '0.7.1'}
}


Expand Down

0 comments on commit 2892a22

Please sign in to comment.