Skip to content
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

Error reported when running Imports and Definitions #140

Open
yueyin85 opened this issue Sep 30, 2023 · 0 comments
Open

Error reported when running Imports and Definitions #140

yueyin85 opened this issue Sep 30, 2023 · 0 comments

Comments

@yueyin85
Copy link

The following error was encountered while running Imports and Definitions:
AttributeError Traceback (most recent call last)
in <cell line: 14>()
12 import librosa
13 import note_seq
---> 14 import seqio
15 import t5
16 import t5x

8 frames
/usr/local/lib/python3.10/dist-packages/jax/_src/maps.py in
869 # SPMD batching always gets involved as the last transform before XLA translation
870 ad.JVPTrace.process_xmap = ad.JVPTrace.process_call # type: ignore
--> 871 ad.call_param_updaters[xmap_p] = pxla.xla_call_jvp_update_params
872
873 def _xmap_transpose(params, call_jaxpr, args, cts_in, cts_in_avals, reduce_axes):

AttributeError: module 'jax._src.interpreters.pxla' has no attribute 'xla_call_jvp_update_params'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant