Files
sglang/scripts/killall_sglang.sh
2024-10-26 04:32:36 -07:00

3 lines
169 B
Bash

kill -9 $(ps aux | grep 'multiprocessing.spawn' | grep -v 'grep' | awk '{print $2}')
kill -9 $(ps aux | grep 'sglang.launch_server' | grep -v 'grep' | awk '{print $2}')