Files
sglang/test/killall_sglang.sh

2 lines
84 B
Bash
Raw Normal View History

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