From 5f88c8593af8e51e43aa98ed6dcd28adfa88a2e3 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Thu, 30 Apr 2026 16:32:50 -0700 Subject: [PATCH] [Misc] Redirect default sglang nightly wheel to cuda 130 (#24183) --- scripts/update_nightly_whl_index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_nightly_whl_index.py b/scripts/update_nightly_whl_index.py index 92d6c50c9..f79fda6a3 100755 --- a/scripts/update_nightly_whl_index.py +++ b/scripts/update_nightly_whl_index.py @@ -175,8 +175,8 @@ def main(): parser.add_argument( "--cuda-version", type=str, - default="129", - help="CUDA version (e.g., '129' or '130'). Defaults to '129'.", + default="130", + help="CUDA version (e.g., '129' or '130'). Defaults to '130'.", ) parser.add_argument( "--build-date",