mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Convenience script for getting correct Triton nightly binary (#96669)
Signed-off-by: Edward Z. Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/96669 Approved by: https://github.com/ngimel, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
120c6f6637
commit
a8d1eb1961
3
scripts/install_triton_wheel.sh
Executable file
3
scripts/install_triton_wheel.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Updates Triton to the pinned version for this copy of PyTorch
|
||||
pip install --extra-index-url https://download.pytorch.org/whl/nightly/ "pytorch-triton==$(cat .ci/docker/triton_version.txt)+$(head -c 10 .ci/docker/ci_commit_pins/triton.txt)"
|
Reference in New Issue
Block a user