We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please:
>>> import jax.numpy as jnp >>> a = [1, 3, 3, 5] >>> t = jnp.asarray(a, dtype=jnp.bfloat16) >>> import pickle >>> pp = pickle.dump(t, file=open('test.pkl','wb')) Traceback (most recent call last): File "<stdin>", line 1, in <module> _pickle.PicklingError: Can't pickle <class 'bfloat16'>: attribute lookup bfloat16 on builtins failed >>> import jax >>> jax.__version__ '0.2.25' >>> import jaxlib >>> jaxlib.__version__ '0.1.73'
The text was updated successfully, but these errors were encountered:
Hi - thanks for the report! This issue is tracked in #8505, so I'm going to mark this as a duplicate.
Sorry, something went wrong.
No branches or pull requests
Please:
The text was updated successfully, but these errors were encountered: