We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa08a95 commit f8c15c4Copy full SHA for f8c15c4
examples/online_serving/disaggregated_serving_p2p_nccl_xpyd/disagg_example_p2p_nccl_xpyd.sh
@@ -93,6 +93,7 @@ ensure_python_library_installed() {
93
cleanup() {
94
echo "Stopping everything…"
95
trap - INT TERM # prevent re-entrancy
96
+ pkill -9 -f "disagg_proxy_p2p_nccl_xpyd.py"
97
kill -- -$$ # negative PID == "this whole process-group"
98
wait # reap children so we don't leave zombies
99
exit 0
0 commit comments