[Deps] Retire the CUDA 12 lane (#38404)

Co-authored-by: Mohammad Angkad <mohammad.angkad@radixark.ai>
This commit is contained in:
Mohammad Miadh Angkad
2026-09-10 16:58:09 -07:00
committed by GitHub
co-authored by Mohammad Angkad
parent fae8cd84cb
commit 52c191da52
38 changed files with 170 additions and 737 deletions
+5 -5
View File
@@ -113,13 +113,13 @@ jobs:
environment: 'prod'
strategy:
fail-fast: false
# The wheel is CUDA-agnostic and built once — we just register the same
# artifact under cu129/sglang/ and cu130/sglang/ wheel indexes so users
# can install via either --extra-index-url. Serialize because both matrix
# runs clone and push to the same sgl-whl branch.
# The wheel is CUDA-agnostic and built once — we just register it under
# the cu130/sglang/ wheel index so users can install via
# --extra-index-url. Serialize because matrix runs clone and push to the
# same sgl-whl branch.
max-parallel: 1
matrix:
cuda_version: ['129', '130']
cuda_version: ['130']
steps:
- uses: actions/checkout@v4