Skip to content

Commit 470d474

Browse files
daniel-saunders-philtwiecki
authored andcommitted
added instructions for nutpie
1 parent 273375d commit 470d474

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/installation.md

+11
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ conda install blackjax
3232
```
3333

3434
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

Comments
 (0)