Skip to content

Commit

Permalink
Install triton package while running triton tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavya01 committed May 10, 2024
1 parent 256d819 commit c616e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_triton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
pip install -U --pre jaxlib -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
pip install -U --pre jax-cuda12-pjrt jax-cuda12-plugin -f https://storage.googleapis.com/jax-releases/jax_cuda_plugin_nightly_releases.html
pip install -U --pre jax -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
pip install --no-deps triton==2.3.0
- name: Run Tests
env:
PJRT_DEVICE: CUDA
Expand Down

0 comments on commit c616e64

Please sign in to comment.