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
This should be replaced by the "devices" argument. I think (but may be wrong) that this defaults to 1 and can be removed entirely, otherwise I think devices=jax.devices()[:1] is the correct substitution.
The text was updated successfully, but these errors were encountered:
numpyro/numpyro/contrib/nested_sampling.py
Line 261 in e462292
This should be replaced by the "devices" argument. I think (but may be wrong) that this defaults to 1 and can be removed entirely, otherwise I think
devices=jax.devices()[:1]
is the correct substitution.The text was updated successfully, but these errors were encountered: