make triton uses the wheel script now (#97995)

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/97995
Approved by: https://github.com/colesbury
This commit is contained in:
Edward Z. Yang
2023-03-30 13:28:48 -04:00
committed by PyTorch MergeBot
parent 1f85390eb2
commit f2e6b0837a

View File

@ -34,4 +34,4 @@ quicklint:
triton:
$(PIP) uninstall -y triton
$(PIP) install -U "git+https://github.com/openai/triton@$(shell cat .github/ci_commit_pins/triton.txt)#subdirectory=python"
@./scripts/install_triton_wheel.sh