[Spec] Remove the DFLASH V1 worker path (#27959)

This commit is contained in:
Liangsheng Yin
2026-06-11 14:37:58 -07:00
committed by GitHub
parent 6e885c844f
commit acdb39edd2
6 changed files with 21 additions and 884 deletions
@@ -73,9 +73,6 @@ _OWNER_SITES = {
("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_committed_len"): 1,
("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_allocated_len"): 1,
("speculative/eagle_info.py", "EagleVerifyInput.verify", "spec_verify_ct"): 1,
("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_committed_len"): 1,
("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_allocated_len"): 1,
("speculative/dflash_info.py", "DFlashVerifyInput.verify", "spec_verify_ct"): 1,
# disaggregation decode prealloc
(
"disaggregation/decode.py",