MobiLlama / tests /killall_python.sh
Ashmal's picture
Upload folder using huggingface_hub
5472531 verified
kill -9 $(ps aux | grep 'python' | grep 'fastchat' | grep -v 'grep' | awk '{print $2}')