Files
triton/scripts/amd/build.sh
Michael Melesse fa4d0fd1ef add scripts
2022-10-17 17:28:48 +00:00

7 lines
124 B
Bash
Executable File

set -e
cd python
pip uninstall -y triton
# export TRITON_USE_ROCM=ON
export TRITON_ROCM_DEBUG=ON
pip install --verbose -e .