[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
+2 -2
View File
@@ -1,14 +1,14 @@
# Generates a PEP 503 simple index for sgl-deep-gemm wheels under
# sgl-whl/cu<version>/sgl-deep-gemm/index.html. Mirrors the layout used by
# update_kernel_whl_index.py so consumers can `pip install
# sgl-deep-gemm --extra-index-url https://...whl/cu129`.
# sgl-deep-gemm --extra-index-url https://...whl/cu130`.
import argparse
import hashlib
import pathlib
import re
SUPPORTED_CUDA_VERSIONS = ["129", "130"]
SUPPORTED_CUDA_VERSIONS = ["130"]
def update_wheel_index(cuda_version, wheel_dir):