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

Temp testing automation, please ignore #145

Open
wants to merge 39 commits into
base: test_638428288
Choose a base branch
from
Open

Conversation

RerRayne
Copy link
Collaborator

@RerRayne RerRayne commented Jul 5, 2024

No description provided.

CLRSDev and others added 20 commits May 29, 2024 17:10
…tion_matrix_to_predecessor_pointers` methods to probing.

PiperOrigin-RevId: 638460408
…s specifications, and add a `track_max_steps` flag to the sampler. This flag will enable or disable length tracking for padding.

PiperOrigin-RevId: 638815148
… methods to convert CLRS sample into text.

PiperOrigin-RevId: 638980228
…sv with accuracy metric for Gemma 2B, Gemma 2B + RPE and Gemini Flash.

PiperOrigin-RevId: 639058968
…y handle Nones.

Due to a bug in JAX, JAX previously permitted `jax.tree.map(f, None, x)` where `x` is not `None`, effectively treating `None` as if it were pytree-prefix of any value. But `None` is a pytree container, and it is only a prefix of `None` itself.

Fix user code that was relying on this bug. Most commonly, the fix is to write
`jax.tree.map(lambda a, b: (None if a is None else f(a, b)), x, y, is_leaf=lambda t: t is None)`.

PiperOrigin-RevId: 641687779
PiperOrigin-RevId: 643364870
PiperOrigin-RevId: 647327862
… instead of exactly equal sampling.

Added a use_hints field so data with and without hints can be identified per sample.
Adding huggingface generators for clrs text
PiperOrigin-RevId: 649677897
Copy link

google-cla bot commented Jul 5, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

RerRayne and others added 12 commits July 17, 2024 15:59
PiperOrigin-RevId: 653667715
…/setup-python@v4`.

Also, remove the check for consistency between the package version and release tag, as this is no longer necessary with `actions/checkout@v4`.

PiperOrigin-RevId: 653679763
PiperOrigin-RevId: 653690381
This eradicates the protobuf version conflict.

PiperOrigin-RevId: 671801866
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants