Files
sglang/test/killall_sglang.sh
T

2 lines
84 B
Bash

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