We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702773e commit 949043eCopy full SHA for 949043e
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
35
pip install pyro-ppl
36
- pip install --upgrade "jax[cuda12-local]==0.8.0"
+ pip install --upgrade "jax[cuda12]"
37
pip install numpyro pyro-ppl
38
python scripts/test-jax-install.py
39
- name: Check nvidia Drivers
0 commit comments