blob: e4b9da0f0534927bbf285ae5a22f444b7fa299d2 [file] [log] [blame]
#!/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)"