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