[Spec] Enable draft extend cuda graph for DeepSeek-V4 attention backend (#30853)
This commit is contained in:
@@ -471,6 +471,11 @@ class EagleDraftWorker(EagleDraftWorkerBase):
|
||||
)
|
||||
|
||||
graph_supported_backend_types.append(DeepseekSparseAttnBackend)
|
||||
from sglang.srt.layers.attention.deepseek_v4_backend import (
|
||||
DeepseekV4AttnBackend,
|
||||
)
|
||||
|
||||
graph_supported_backend_types.append(DeepseekV4AttnBackend)
|
||||
|
||||
graph_supported_backend = isinstance(
|
||||
self.draft_extend_attn_backend,
|
||||
|
||||
Reference in New Issue
Block a user