Upgrade CI default CUDA version from 12.9 to 13.0 (#21441)

This commit is contained in:
Alison Shao
2026-04-12 21:48:40 -07:00
committed by GitHub
parent 4dbd59850b
commit 3f4fbc165d
5 changed files with 33 additions and 33 deletions
@@ -5,7 +5,7 @@
# Required environment (caller must export or set):
# UNINSTALL_JIT_CACHE — literal true/false (skip download when false)
# FLASHINFER_PYTHON_REQUIRED — e.g. from python/pyproject.toml (flashinfer_python)
# CU_VERSION — e.g. cu129
# CU_VERSION — e.g. cu130
# PIP_CMD — e.g. "pip" or "uv pip"
# PIP_INSTALL_SUFFIX — extra pip args for this runner
set -euxo pipefail