Mooncake/scripts/tone_tests/python
Xun Sun 77ae1034a6
[PG] Enable asynchronous recovered-rank initialization with deferred join (#1744)
During Elastic EP rank recovery, the recovered rank must re-run expensive initialization (especially CUDA graph capture).
  Previously, this required the recovered and healthy ranks to enter the same communication phase, which paused healthy-rank inference and increased recovery disruption.

  This change enables **asynchronous recovered-rank initialization** in Mooncake PG: recovered ranks can initialize in isolation first, then join the live process group after local recovery work is finished.
2026-03-29 13:26:21 +08:00
..
test_hicache_storage_mooncake_backend.py [CI] Add sglang e2e tests (#1181) 2025-12-16 00:52:27 +08:00
test_moe_mooncake.py [PG] Enable asynchronous recovered-rank initialization with deferred join (#1744) 2026-03-29 13:26:21 +08:00
toy_proxy_server.py [CI]Add vllm 1p1d test case (#1491) 2026-02-05 10:40:53 +08:00