[Spec] Propagate state capture outputs in DFlash (#34026)
This commit is contained in:
@@ -1891,4 +1891,6 @@ class DFlashWorkerV2(BaseSpecWorker):
|
|||||||
# The non-overlap (sync) scheduler path advances batch.seq_lens
|
# The non-overlap (sync) scheduler path advances batch.seq_lens
|
||||||
# from the result; overlap carries it via next_draft_input instead.
|
# from the result; overlap carries it via next_draft_input instead.
|
||||||
new_seq_lens=new_seq_lens,
|
new_seq_lens=new_seq_lens,
|
||||||
|
routed_experts_output=target_out.routed_experts_output,
|
||||||
|
indexer_topk_output=target_out.indexer_topk_output,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user