Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Collaborator
Author
|
/rerun-test test_streaming_session.py |
Contributor
|
🚀 |
Fridge003
added a commit
that referenced
this pull request
May 19, 2026
)" This reverts commit b79e4b1.
Kangyan-Zhou
added a commit
to Kangyan-Zhou/sglang
that referenced
this pull request
May 21, 2026
…l_dependency.sh nvidia-cutlass-dsl[cu13] has additive PyPI extras: both -libs-base AND -libs-cu13 are installed together, writing to the same site-packages paths with conflicting content. This causes a GPUModuleOp TypeError at kernel-compile time (vllm-project/vllm#40082). The correct libs package depends on the GPU family, not just CUDA version: Blackwell (IS_BLACKWELL=1, CU13): -libs-cu13 must win. It carries the sm_110 arch alias that the CUDA-12.9-built -libs-base wheel lacks. Fix: purge -libs-base, force-reinstall -libs-cu13. Non-Blackwell CU13 (H100, H200): -libs-base must win. Forcing only -libs-cu13 introduces a CUDBG_EXCEPTION_WARP_ILLEGAL_ADDRESS regression in LoRA CUDA-graph capture (sgl-project#25743). Fix: purge -libs-cu13, force-reinstall -libs-base. Non-CU13: only -libs-base installed (no [cu13] extra), no conflict. Add fix_cutlass_dsl_libs() called from main() after download_flashinfer_cache, mirroring the position of the original purge_cutlass_libs_base() from sgl-project#25690.
This was referenced May 21, 2026
Shunkangz
pushed a commit
to Shunkangz/sglang
that referenced
this pull request
May 27, 2026
…#25690) Co-authored-by: hnyls2002 <lsyincs@gmail.com>
alphabetc1
pushed a commit
to alphabetc1/sglang
that referenced
this pull request
Jun 4, 2026
…#25690) Co-authored-by: hnyls2002 <lsyincs@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Ref: https://github.com/sgl-project/sglang/actions/runs/26055697810/job/76604443741
vllm-project/vllm#40082 (comment)
Modifications
Accuracy Tests
Speed Tests and Profiling
Checklist
Review and Merge Process
/tag-and-rerun-ci,/tag-run-ci-label,/rerun-failed-ciCI States
Latest PR Test (Base): ⏳ Run #26065692957
Latest PR Test (Extra): ⏳ Run #26065692857