"docs/vscode:/vscode.git/clone" did not exist on "c84aa9989f5256480487cafe280b521e50ddd113"
Unverified Commit 96db0f66 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update killall_sglang.sh (#2397)

parent 7dc66fcb
......@@ -4,7 +4,7 @@
nvidia-smi
# Clean SGLang processes
kill -9 $(ps aux | grep 'multiprocessing.spawn' | grep -v 'grep' | awk '{print $2}') 2>/dev/null
kill -9 $(ps aux | grep 'sglang::' | grep -v 'grep' | awk '{print $2}') 2>/dev/null
kill -9 $(ps aux | grep 'sglang.launch_server' | grep -v 'grep' | awk '{print $2}') 2>/dev/null
kill -9 $(ps aux | grep 'sglang.bench' | grep -v 'grep' | awk '{print $2}') 2>/dev/null
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment