Conversation
Collaborator
|
LGTM |
timethink
pushed a commit
to timethink/sglang
that referenced
this pull request
Mar 9, 2025
vschandramourya
pushed a commit
to vschandramourya/sglang
that referenced
this pull request
Feb 3, 2026
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IzacharyI
added a commit
to IzacharyI/sglang
that referenced
this pull request
Mar 17, 2026
IzacharyI
pushed a commit
to IzacharyI/sglang
that referenced
this pull request
Mar 18, 2026
…l-project#219)" (sgl-project#223) This reverts commit 17b0749.
IzacharyI
added a commit
to IzacharyI/sglang
that referenced
this pull request
Mar 31, 2026
* Move and adaptation of GDN opt from Qwen3next to Qwen3.5 (sgl-project#215) * rm 3*copy after casual conv, do q/k/v split in causal_conv1d_update_split_qkv kernel during decode time * Add fused Sigmoid and mul triton kernel * add fused gdn gating and sigmoid func for prefill phase * Add fused causal conv1d fwd split qkv kernel * Add fused cumsum_kkt, solve_tril, and merge_recompute kernels for prefill optimization * Increase parallel params for chunk_gated_delta_rule_fwd_kernel * add chunk o kernel opt * Add sigmoid and mul for shared expert module --------- Co-authored-by: yixionghuo <66975556+yixionghuo@users.noreply.github.com> * [Fix] Load weights error in compressed-tensors * Fuse 4 GDN input projections (qkv/z/b/a) into single GEMM (sgl-project#219) * Revert "Fuse 4 GDN input projections (qkv/z/b/a) into single GEMM (sgl-project#219)" (sgl-project#223) This reverts commit 17b0749. * Fuse 4 GDN input projections (qkv/z/b/a) into single GEMM (sgl-project#225) * [Fix] Core dump issue in stress test --------- Co-authored-by: zachYao <zayao@amd.com> Co-authored-by: root <root@hjbog-srdc-29.amd.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.
close #203
This PR provides outline >0.0.31 support so that we could relax the pinned upper version.
The implementation is based on dottxt-ai/outlines@0.0.31...0.0.32
cc @hnyls2002