[CP V1 Deprecation 3/5] Remove generic prefill CP v1 runtime (#36228)

This commit is contained in:
Baizhou Zhang
2026-09-06 21:53:53 -07:00
committed by GitHub
parent aaf9a95763
commit b6c31b155c
34 changed files with 400 additions and 741 deletions
@@ -342,12 +342,11 @@ class DSAMockModelRunner(ModelRunner):
dllm_algorithm_config=None,
dp_size=1,
dsa_decode_backend=dsa_decode_backend,
dsa_prefill_cp_mode="round-robin-split",
dsa_prefill_backend=dsa_prefill_backend,
device=device,
enable_deterministic_inference=False,
enable_dp_attention=False,
enable_dsa_prefill_context_parallel=False,
enable_prefill_cp=False,
enable_mis=False,
is_embedding=False,
kv_cache_dtype="auto",