-
Notifications
You must be signed in to change notification settings - Fork 84
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
RerRayne
wants to merge
39
commits into
test_638428288
Choose a base branch
from
master
base: test_638428288
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
…ore). PiperOrigin-RevId: 640969794
…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
Co-authored-by: Olga Kozlova <[email protected]>
PiperOrigin-RevId: 647327862
… instead of exactly equal sampling. Added a use_hints field so data with and without hints can be identified per sample.
PiperOrigin-RevId: 649473746
Adding huggingface generators for clrs text
PiperOrigin-RevId: 649652992
PiperOrigin-RevId: 649677897
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. |
PiperOrigin-RevId: 650221144
Roll forward PR #104
PiperOrigin-RevId: 651397657
PiperOrigin-RevId: 651482707
PiperOrigin-RevId: 652589410
…kflow PiperOrigin-RevId: 653240239
PiperOrigin-RevId: 653246379
Update pypi-publish.yml
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
PiperOrigin-RevId: 677502943
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.