Files
triton/scripts/amd/build.sh

7 lines
124 B
Bash
Raw Normal View History

2022-10-17 17:28:48 +00:00
set -e
cd python
pip uninstall -y triton
# export TRITON_USE_ROCM=ON
export TRITON_ROCM_DEBUG=ON
pip install --verbose -e .