mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
9 lines
178 B
Bash
Executable File
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 |