melt / tests /killall_python.sh
martinakaduc's picture
Upload folder using huggingface_hub
f3305db verified
raw
history blame contribute delete
88 Bytes
kill -9 $(ps aux | grep 'python' | grep 'fastchat' | grep -v 'grep' | awk '{print $2}')