Error reported when running Imports and Definitions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 224
- Avg merge
- 54m
- Merged PRs (30d)
- 1
Description
The following error was encountered while running Imports and Definitions:
AttributeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
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](https://localhost:8080/#) 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'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by rerunning the Imports and Definitions notebook or the failing cell containing `import seqio`, then inspect the installed Python package versions involved in the traceback. The issue is done when that import completes without the reported JAX AttributeError, but no source file or test is identified in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100