Skip to content

Commit ac8036e

Browse files
committed
Merge branch 'main' into remove-jaxpyro-installs
2 parents f19e92d + 19a6874 commit ac8036e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
2525
pip install pyro-ppl
2626
pip install --upgrade "jax[cuda12-local]"
27-
pip install numpyro
27+
pip install numpyro pyro-ppl
2828
python scripts/test-jax-install.py
2929
- name: Check nvidia Drivers
3030
shell: bash -l {0}

lectures/troubleshooting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,5 @@ One way to give feedback is to raise an issue through our [issue tracker](https:
6969
Please be as specific as possible. Tell us where the problem is and as much
7070
detail about your local set up as you can provide.
7171

72-
Another feedback option is to use our [discourse forum](https://discourse.quantecon.org/).
73-
7472
Finally, you can provide direct feedback to [[email protected]](mailto:[email protected])
7573

0 commit comments

Comments
 (0)