[Spec] Fix fa3 EAGLE draft-decode expand page_table scatter OOB for topk>1 + page_size>1 (#27360)

This commit is contained in:
Liangsheng Yin
2026-06-06 00:24:34 -07:00
committed by GitHub
parent e9dbbd19e9
commit 26b9053dcc
2 changed files with 27 additions and 0 deletions
@@ -66,9 +66,20 @@ patches:
"""
_PR_REVERT_YAML_27360 = """
patches:
- target: sglang.srt.layers.attention.flashattention_backend.FlashAttentionBackend._apply_cuda_graph_metadata
edits:
- match: |
cache_loc = cache_loc[:, :decode_length]
replacement: ""
"""
_PR_FIX_REVERT_YAML: Dict[int, str] = {
25015: _PR_REVERT_YAML_25015,
26329: _PR_REVERT_YAML_26329,
27360: _PR_REVERT_YAML_27360,
}