Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128
pip install --upgrade "jax[cuda12-local]"
pip install numpyro
pip install numpyro pyro-ppl
python scripts/test-jax-install.py
- name: Check nvidia Drivers
shell: bash -l {0}
Expand Down
2 changes: 0 additions & 2 deletions lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ One way to give feedback is to raise an issue through our [issue tracker](https:
Please be as specific as possible. Tell us where the problem is and as much
detail about your local set up as you can provide.

Another feedback option is to use our [discourse forum](https://discourse.quantecon.org/).

Finally, you can provide direct feedback to [contact@quantecon.org](mailto:contact@quantecon.org)

Loading