Update generated requirements for pre-training with JAX 0.9.2#3403
Merged
Conversation
SurbhiJainUSC
force-pushed
the
seed-env
branch
3 times, most recently
from
March 12, 2026 22:44
779f64c to
d47a026
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
SurbhiJainUSC
force-pushed
the
seed-env
branch
13 times, most recently
from
March 16, 2026 22:24
cad060a to
7aee9d0
Compare
SurbhiJainUSC
force-pushed
the
seed-env
branch
3 times, most recently
from
March 26, 2026 18:14
4a19791 to
84a9e24
Compare
SurbhiJainUSC
force-pushed
the
seed-env
branch
8 times, most recently
from
April 2, 2026 16:42
8b3c95d to
2e985cb
Compare
SurbhiJainUSC
force-pushed
the
seed-env
branch
21 times, most recently
from
April 15, 2026 01:51
26b7416 to
4b14347
Compare
SurbhiJainUSC
force-pushed
the
seed-env
branch
2 times, most recently
from
April 15, 2026 02:02
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.