1 line
101 B
Bash
1 line
101 B
Bash
|
|
ps -eo user,pid,cmd|grep fastchat.serve.openai_api_server|grep -v grep|awk '{print $2}'|xargs kill -9
|