Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evelyn-lo
/
evelyn
like
0
Running
App
Files
Files
Community
main
evelyn
/
FastChat
/
tests
/
killall_python.sh
evelyn-lo
Upload folder using huggingface_hub
37c870e
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
kill
-9 $(ps aux | grep
'python'
| grep
'fastchat'
| grep -v
'grep'
| awk
'{print $2}'
)