Skip to content

Commit

Permalink
kill only fastchat process (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
scenaristeur authored Nov 6, 2023
1 parent e8a839a commit 86f044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/killall_python.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kill -9 $(ps aux | grep 'python' | grep -v 'grep' | awk '{print $2}')
kill -9 $(ps aux | grep 'python' | grep 'fastchat' | grep -v 'grep' | awk '{print $2}')

0 comments on commit 86f044b

Please sign in to comment.