Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
kill only fastchat process
  • Loading branch information
scenaristeur authored Nov 5, 2023
commit 93f25ef2295eeb2714f4122a36e45ed497ba127b
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}')