Update kernel installation instructions after shifting default cuda to 13 (#24181)
This commit is contained in:
@@ -167,9 +167,9 @@ def _load_architecture_specific_ops():
|
|||||||
|
|
||||||
# All attempts failed
|
# All attempts failed
|
||||||
cuda_version = torch.version.cuda
|
cuda_version = torch.version.cuda
|
||||||
if cuda_version and cuda_version.startswith("13"):
|
if cuda_version and cuda_version.startswith("12"):
|
||||||
install_hint = (
|
install_hint = (
|
||||||
"pip install sglang-kernel --index-url https://docs.sglang.ai/whl/cu130/"
|
"pip install sglang-kernel --index-url https://docs.sglang.ai/whl/cu129/"
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
install_hint = "pip install --upgrade sglang-kernel"
|
install_hint = "pip install --upgrade sglang-kernel"
|
||||||
|
|||||||
Reference in New Issue
Block a user