Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
martinakaduc
/
melt
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f3305db
melt
/
tests
/
killall_python.sh
martinakaduc
Upload folder using huggingface_hub
f3305db
verified
7 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
kill
-9 $(ps aux | grep
'python'
| grep
'fastchat'
| grep -v
'grep'
| awk
'{print $2}'
)