Files
ROCm/scripts/amd/clean.sh
Michael Melesse 34f95bc7d9 update scripts
2022-12-22 18:47:42 -06:00

9 lines
178 B
Bash
Executable File

set -x
rm -rf python/triton.egg-info
rm -rf python/.pytest_cache
rm -rf python/tests/__pycache__
rm -rf python/build
rm -rf /root/.triton/cache
rm -rf /tmp/*
rm -rf triton_cache