[Minor] improve kill scripts and torchao import (#1375)
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user