Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ashmal
/
MobiLlama
like
1
Runtime error
App
Files
Files
Community
main
MobiLlama
/
tests
/
killall_python.sh
Ashmal
Upload folder using huggingface_hub
5472531
verified
9 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}'
)