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 005ba5f commit 02cbac6Copy full SHA for 02cbac6
docs/source/installation.md
@@ -31,8 +31,6 @@ Similarly, to use BlackJAX sampler instead:
31
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).
@@ -41,5 +39,3 @@ Nutpie uses numba as the compiler and a sampler written in Rust for faster perfo
41
39
```console
42
40
conda install -c conda-forge nutpie
43
44
45
-Unlike JAX, nutpie is directly supported on Windows.
0 commit comments