Files
FastDeploy/fastdeploy/spec_decode
Yuanle Liu 326b9755aa [BugFix][MTP] Skip empty_input_forward during dummy run (#6653)
When `is_dummy_run=True`, calling `empty_input_forward` can cause
unexpected behavior. Add `and not is_dummy_run` guard for both
`_propose_cuda` and `_propose_xpu` paths.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 23:51:56 -08:00
..