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 7e00b02 commit b0b6b67Copy full SHA for b0b6b67
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install JAX, Numpyro, PyTorch
32
shell: bash -l {0}
33
run: |
34
- pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
35
pip install pyro-ppl
36
pip install --upgrade "jax[cuda12-local]==0.6.2"
37
pip install numpyro pyro-ppl
0 commit comments