This website requires JavaScript.
Explore
Help
Register
Sign In
weiweiw
/
Langchain-Chatchat
Watch
1
Star
0
Fork
You've already forked Langchain-Chatchat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd0f2a2c41
Langchain-Chatchat
/
server
/
shutdown_worker.sh
1 line
96 B
Bash
Raw
Blame
History
ps -eo user,pid,cmd
|
grep fastchat.serve.model_worker
|
grep -v grep
|
awk
'{print $2}'
|
xargs
kill
-9
Reference in New Issue
View Git Blame
Copy Permalink