We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba99a5 commit 75f1debCopy full SHA for 75f1deb
.github/workflows/_test_requiring_torch_cuda.yml
@@ -94,8 +94,12 @@ jobs:
94
pip install -U --pre jaxlib -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
95
pip install -U --pre jax-cuda12-pjrt jax-cuda12-plugin -f https://storage.googleapis.com/jax-releases/jax_cuda_plugin_nightly_releases.html
96
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
98
if: ${{ matrix.run_triton_tests }}
+ - name: Install Triton
99
+ shell: bash
100
+ run: |
101
+ cd pytorch
102
+ make triton
103
- name: Python Tests
104
shell: bash
105
run: |
0 commit comments