You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current usage of the mrng sampler in ADVI does not support JAX (pymc-devs/pytensor#322). It should be fairly easy to instead make it use the new RandomVariable Op pymc-devs/pytensor#296 to get JAX support for ADVI.