Skip to content

MAINT: add pyro-ppl to build env #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2025
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 [[email protected]](mailto:[email protected])

Loading