[Spec] Fix fa3 EAGLE draft-decode expand page_table scatter OOB for topk>1 + page_size>1 (#27360)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user