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

update jax to 0.4.37 #948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matthew-e-hopkins
Copy link
Contributor

update BlockSpec usage in tpu_attention

for input_tf_data import seqio when needed to workaround tensorflow-text issues on macos arm64

update BlockSpec usage in tpu_attention

for input_tf_data import seqio when needed to workaround
tensorflow-text issues on macos arm64
@@ -516,6 +514,7 @@ def select_fields(fields: Sequence[str]) -> DatasetToDatasetFn:

def remove_fields(fields: Sequence[str]) -> DatasetToDatasetFn:
"""Filter the dataset to remove the fields specified."""
from seqio import map_over_dataset # pylint: disable=import-outside-toplevel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Please see my internal comment.)

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

Successfully merging this pull request may close these issues.

2 participants