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