Skip to content

Commit 12bc70b

Browse files
authored
tools: Update nightly version to 2.9.0 (#6883)
I don't know why this is here but this was failing in upstream pytorch nightlies, see https://github.com/pytorch/pytorch/actions/runs/15941894992/job/44971349112
1 parent 7d5d073 commit 12bc70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
XPU = "xpu"
7676

7777

78-
CURRENT_NIGHTLY_VERSION = "2.8.0"
78+
CURRENT_NIGHTLY_VERSION = "2.9.0"
7979
CURRENT_CANDIDATE_VERSION = "2.8.0"
8080
CURRENT_STABLE_VERSION = "2.7.1"
8181
CURRENT_VERSION = CURRENT_STABLE_VERSION

0 commit comments

Comments
 (0)