Sign in
android
/
platform
/
external
/
pytorch
/
d1afb7d43d5f4e958aed0e3fc9b956d9529c3d93
/
.
/
scripts
/
install_triton_wheel.sh
blob: 79d0417d8ab4fed5855d9c0ba31613e4a03b7470 [
file
] [
log
] [
blame
]
#!/bin/bash
# Updates Triton to the pinned version for this copy of PyTorch
pip install
--
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)"