Files
sglang/test/killall_python.sh

2 lines
70 B
Bash
Raw Normal View History

2024-05-11 20:55:00 -07:00
kill -9 $(ps aux | grep 'sglang' | grep -v 'grep' | awk '{print $2}')