Skip to content

Commit

Permalink
Upgrade ml-dtypes in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHudgins committed Sep 23, 2024
1 parent ab7392c commit c974ef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
- name: Setup Released JAX
run: |
pip install "jax[cuda12]"
# Need newer ml-dtypes because we install newer numpy
pip install --upgrade ml-dtypes
pip install pytest
- name: Test JAX Triton
run: |
echo "Running JAX Triton GPU Tests"
nvidia-smi
pip install .
pip install .
pytest -v --tb=short tests/

0 comments on commit c974ef4

Please sign in to comment.