Compatibility of SGLang / sgl-kernel with Blackwell GPUs (SM_120, CUDA 12.8) #9543
-
|
I’m trying to run SGLang with Blackwell GPUs (SM_120) on CUDA 12.8, but I’m facing kernel compatibility issues. System details: GPU: NVIDIA Blackwell (SM_120) Driver: (e.g., 570.169) CUDA: 12.8 Python: (e.g., 3.11.x) Install method: prebuilt wheels (sgl-kernel with blackwell support) Error: Question: Which versions of SGLang and sgl-kernel officially support SM_120 (Blackwell) + CUDA 12.8? If support is not yet available, is there a roadmap / nightly build that I should try? Stack trace: Related resourcesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Try this: services: |
Beta Was this translation helpful? Give feedback.
-
|
maybe you can manually downloading and installing sgl-kernel whl from https://github.com/sgl-project/whl/blob/484e8e47311e8cb58d210dcb8dcc8ae7c8d268d1/cu128/sgl-kernel/index.html#L57, works for my case. |
Beta Was this translation helpful? Give feedback.
maybe you can manually downloading and installing sgl-kernel whl from https://github.com/sgl-project/whl/blob/484e8e47311e8cb58d210dcb8dcc8ae7c8d268d1/cu128/sgl-kernel/index.html#L57, works for my case.