-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
The tag 'local_logsoftmax' is already present in the database. #4645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I faced the same issue in a Google Colab environment. I had PyMC3 updated to 3.11.2 using pip and the same version of JAX. |
This is fixed in a recent |
Sorry but It doesn't look like it's fixed. I was experiencing se same error messages as #4645 (comment) with the same configuration. After uninstalling pymc3 completely, I reinstalled aesara and pymc3. I still couldn't have the jax sampler working (same error message) but I also experienced more issues. Now the pymc3 sampler send me this error from aesara:
|
This looks like an aesara issue, so I'm moving the issue. |
Ah, can't transfer to a different org. Can you open an issue there with the traceback? |
Will do with the tag: The tag 'local_logsoftmax' is already present in the database. |
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
sampling_jax isn't imported via pymc3.init, and manual import raises exception
Not sure if this was intentional or not, but
from pymc3.sampling_jax import *
is missing from pymc3.init. Manually importing it raises the following exception, looks like it comes from the latest JAX version. Maybeexcept AttributeError
needs just needs to be amended to includeException
?Versions and main components
The text was updated successfully, but these errors were encountered: