From f2e6b0837ab977a6924cf060898c6c4a675cb25f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 30 Mar 2023 13:28:48 -0400 Subject: [PATCH] make triton uses the wheel script now (#97995) Signed-off-by: Edward Z. Yang Pull Request resolved: https://github.com/pytorch/pytorch/pull/97995 Approved by: https://github.com/colesbury --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45dfeb8cda26..2de06fe20661 100644 --- a/Makefile +++ b/Makefile @@ -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