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