[Doc] Fix duplicate words in comments (#36713)

Signed-off-by: Hongbin10 <jdmjdm1998@163.com>
This commit is contained in:
Hongbin Guo
2026-03-11 12:28:31 +08:00
committed by GitHub
parent 5f77ef15ae
commit 4bf533623b
6 changed files with 6 additions and 6 deletions

View File

@@ -1055,6 +1055,6 @@ def init_worker_distributed_environment(
parallel_config.decode_context_parallel_size,
)
# Init ec connector here before KV caches caches init
# Init ec connector here before KV caches init
# NOTE: We do not init KV caches for Encoder-only instance in EPD disagg mode
ensure_ec_transfer_initialized(vllm_config)