Skip to content

Commit

Permalink
Update killall_sglang.sh (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Dec 8, 2024
1 parent 7dc66fc commit 96db0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/killall_sglang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96db0f6

Please sign in to comment.