Skip to content

Commit

Permalink
make triton uses the wheel script now (pytorch#97995)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <[email protected]>
Pull Request resolved: pytorch#97995
Approved by: https://github.com/colesbury
  • Loading branch information
ezyang authored and pytorchmergebot committed Mar 30, 2023
1 parent 1f85390 commit f2e6b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2e6b08

Please sign in to comment.