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 657f0c1 commit beb1e0eCopy full SHA for beb1e0e
docs/pymc-usage.qmd
@@ -129,7 +129,7 @@ pixi add jax
129
We can select the backend by passing the `backend` argument to the `compile_pymc_model`:
130
131
```python
132
-compiled_jax = nutpie.compiled_pymc_model(model, backend="jax")
+compiled_jax = nutpie.compile_pymc_model(model, backend="jax")
133
trace = nutpie.sample(compiled_jax)
134
```
135
0 commit comments