Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zulelee
/
langchain-chatchat
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f94c50d
langchain-chatchat
/
shutdown_all.sh
Zulelee
Upload 16 files
8d50bff
verified
12 months ago
raw
Copy download link
history
blame
Safe
230 Bytes
# mac设备上的grep命令可能不支持grep -P选项,请使用Homebrew安装;或使用ggrep命令
ps -eo pid,user,cmd|grep -P
'server/api.py|webui.py|fastchat.serve|multiprocessing'
|grep -v grep|awk
'{print $1}'
|xargs
kill
-9