Logo
Explore Help
Register Sign In
biondizzle/vllm
1
0
Fork 0
You've already forked vllm
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
4e4d017b6f70c729e7c78f74e4328a4ebca7b8ec
vllm/tests/kv_transfer/test_lookup_buffer.sh

9 lines
129 B
Bash
Raw Normal View History

[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>
2024-12-01 19:01:00 -06:00
#!/bin/bash
[Misc] Update disaggregation benchmark scripts and test logs (#11456) Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
2024-12-24 22:58:48 -08:00
RANK=0 python3 test_lookup_buffer.py &
PID0=$!
RANK=1 python3 test_lookup_buffer.py &
PID1=$!
wait $PID0
wait $PID1
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 163ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API