Skip to content

Commit

Permalink
Bump PT candidate version to 2.3.0 now that RC1 is out (#5008)
Browse files Browse the repository at this point in the history
@spcyppt from FBGEMM is asking why the RC is still at `2.2.1` when he
see 2.3.0 RC1 is now out on https://download.pytorch.org/whl/test/torch.
Do we need to bump the candidate version here?
  • Loading branch information
huydhn authored Mar 15, 2024
1 parent 5a9c77e commit f61febd
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -58,7 +58,7 @@
ROCM = "rocm"


CURRENT_CANDIDATE_VERSION = "2.2.1"
CURRENT_CANDIDATE_VERSION = "2.3.0"
CURRENT_STABLE_VERSION = "2.2.1"
mod.CURRENT_VERSION = CURRENT_STABLE_VERSION

Expand Down

0 comments on commit f61febd

Please sign in to comment.