From c23a7c047032746c8a03c69c6b37cc0c2fb2c3e3 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 12 May 2025 09:44:02 +1000 Subject: [PATCH 1/2] MAINT: add pyro-ppl to build env --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 663720fd2..90d85b677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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} From 301e4a21d925664cfd3168f23f52c08d0a47c3d5 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 12 May 2025 10:58:30 +1000 Subject: [PATCH 2/2] remove discourse from troubleshooting page --- lectures/troubleshooting.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/lectures/troubleshooting.md b/lectures/troubleshooting.md index f4e196f01..f9f162c5d 100644 --- a/lectures/troubleshooting.md +++ b/lectures/troubleshooting.md @@ -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)