From f61febd7454193d9496574336b34f2d68ff46417 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Fri, 15 Mar 2024 11:17:49 -0700 Subject: [PATCH] Bump PT candidate version to 2.3.0 now that RC1 is out (#5008) @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? --- tools/scripts/generate_binary_build_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/generate_binary_build_matrix.py b/tools/scripts/generate_binary_build_matrix.py index ca8757b019..8d8e346db5 100644 --- a/tools/scripts/generate_binary_build_matrix.py +++ b/tools/scripts/generate_binary_build_matrix.py @@ -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