diff --git a/Makefile b/Makefile index 21745f42a887..45dfeb8cda26 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,7 @@ lint: quicklint: lintrunner + +triton: + $(PIP) uninstall -y triton + $(PIP) install -U "git+https://github.com/openai/triton@$(shell cat .github/ci_commit_pins/triton.txt)#subdirectory=python"