Skip to content

Commit 75f1deb

Browse files
committed
Install PyTorch's triton.
1 parent eba99a5 commit 75f1deb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/_test_requiring_torch_cuda.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ jobs:
9494
pip install -U --pre jaxlib -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
9595
pip install -U --pre jax-cuda12-pjrt jax-cuda12-plugin -f https://storage.googleapis.com/jax-releases/jax_cuda_plugin_nightly_releases.html
9696
pip install -U --pre jax -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
97-
pip install --no-deps triton==2.3.0
9897
if: ${{ matrix.run_triton_tests }}
98+
- name: Install Triton
99+
shell: bash
100+
run: |
101+
cd pytorch
102+
make triton
99103
- name: Python Tests
100104
shell: bash
101105
run: |

0 commit comments

Comments
 (0)