[Core] Implement disagg prefill by StatelessProcessGroup (#10502)
This PR provides initial support for single-node disaggregated prefill in 1P1D scenario. Signed-off-by: KuntaiDu <kuntai@uchicago.edu> Co-authored-by: ApostaC <yihua98@uchicago.edu> Co-authored-by: YaoJiayi <120040070@link.cuhk.edu.cn>
This commit is contained in:
3
tests/kv_transfer/test_lookup_buffer.sh
Normal file
3
tests/kv_transfer/test_lookup_buffer.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
RANK=0 python test_lookup_buffer.py &
|
||||
RANK=1 python test_lookup_buffer.py &
|
||||
Reference in New Issue
Block a user