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 273375d commit 470d474Copy full SHA for 470d474
docs/source/installation.md
@@ -32,3 +32,14 @@ conda install blackjax
32
```
33
34
Note that JAX is not directly supported on Windows systems at the moment.
35
+
36
+## Nutpie sampling
37
38
+You can also enable sampling with [nutpie](https://github.com/pymc-devs/nutpie).
39
+Nutpie uses numba as the compiler and a sampler written in Rust for faster performance.
40
41
+```console
42
+conda install -c conda-forge nutpie
43
+```
44
45
+Unlike JAX, nutpie is directly supported on Windows.
0 commit comments