Update generated requirements for pre-training with JAX 0.9.2#3403
Merged
copybara-service[bot] merged 1 commit intomainfrom Apr 15, 2026
Merged
Update generated requirements for pre-training with JAX 0.9.2#3403copybara-service[bot] merged 1 commit intomainfrom
copybara-service[bot] merged 1 commit intomainfrom
Conversation
779f64c to
d47a026
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cad060a to
7aee9d0
Compare
4a19791 to
84a9e24
Compare
8b3c95d to
2e985cb
Compare
26b7416 to
4b14347
Compare
ba74653 to
89b713b
Compare
NuojCheng
approved these changes
Apr 15, 2026
khatwanimohit
approved these changes
Apr 15, 2026
gobbleturk
reviewed
Apr 15, 2026
| # If doc-only, all tests should be skipped | ||
| if [ "${NEEDS_DOC_ONLY_CHECK_OUTPUTS_RUN_TESTS}" == "false" ]; then | ||
| echo "Documentation-only changes detected, tests were skipped" | ||
| if [ "${NEEDS_ANALYZE_CHANGES_OUTPUTS_RUN_TESTS}" == "false" ]; then |
Collaborator
There was a problem hiding this comment.
nit: this change seems like it belongs in separate PR? Is this change needed to upgrade jax?
gobbleturk
reviewed
Apr 15, 2026
| # omit this libtpu init args for gpu tests | ||
| if [ "${INPUTS_DEVICE_TYPE}" != "cuda12" ]; then | ||
| export LIBTPU_INIT_ARGS='--xla_tpu_scoped_vmem_limit_kib=65536' | ||
| else |
Collaborator
There was a problem hiding this comment.
should this also be in this PR?
gobbleturk
approved these changes
Apr 15, 2026
This file contains hidden or 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
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.
Description
Update the environment by running
seed-envtool with JAX 0.9.2Incorporates changes from huggingface/transformers#41250. These changes include:
PreTrainedConfigand various model configuration classes to @DataClass structures with @strict validation.Tests
Checklist
Before submitting this PR, please make sure (put X in square brackets):
gemini-reviewlabel.