This commit is contained in:
Lianmin Zheng
2024-05-11 20:55:00 -07:00
committed by GitHub
parent 09deb20dee
commit 7023f413c6
8 changed files with 248 additions and 280 deletions

View File

@@ -1 +1 @@
kill -9 $(ps aux | grep 'python' | grep -v 'grep' | awk '{print $2}')
kill -9 $(ps aux | grep 'sglang' | grep -v 'grep' | awk '{print $2}')