[Minor] improve kill scripts and torchao import (#1375)

This commit is contained in:
Lianmin Zheng
2024-09-10 11:27:03 -07:00
committed by GitHub
parent dff2860a69
commit 6c7cb90365
2 changed files with 9 additions and 7 deletions

View File

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