Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pymc/sampling/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ def sample(
of their execution will write the partial results onto the storage. If the
storage persist on disk, these results should be available even after a server
crash. See :class:`~pymc.backends.zarr.ZarrTrace` for more information.
.. note::

The ``ZarrTrace`` backend is currently only supported when using
PyMC’s built-in samplers. It is not compatible with external samplers
such as NumPyro (``nuts_sampler="numpyro"``), which bypass PyMC’s
internal sampling loop.
discard_tuned_samples : bool
Whether to discard posterior samples of the tune interval.
compute_convergence_checks : bool, default=True
Expand Down