[Deps] Retire the CUDA 12 lane (#38404)
Co-authored-by: Mohammad Angkad <mohammad.angkad@radixark.ai>
This commit is contained in:
co-authored by
Mohammad Angkad
parent
fae8cd84cb
commit
52c191da52
@@ -5,7 +5,7 @@ import hashlib
|
||||
import pathlib
|
||||
import re
|
||||
|
||||
SUPPORTED_CUDA_VERSIONS = ("129", "130")
|
||||
SUPPORTED_CUDA_VERSIONS = ("130",)
|
||||
WHEEL_PATTERN = re.compile(
|
||||
r"^sgl_deep_ep-(?P<version>[0-9][^-]*)-[^-]+-[^-]+-[^-]+\.whl$"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user