calahealthgpt / tests /killall_python.sh
alexshengzhili's picture
Upload folder using huggingface_hub
e72aedf
kill -9 $(ps aux | grep 'python3' | grep -v 'grep' | awk '{print $2}')