Add llama3.1-70b E2E test scripts for pre-training#4279
Draft
chiajunglien wants to merge 2 commits into
Draft
Conversation
….1-70b Introduces E2E test configurations and scripts for llama3.1-70b model, covering both inference decoding and pre-training validation pipelines.
RexBearIU
reviewed
Jun 26, 2026
| hardware=cpu skip_jax_distributed_system=True \ | ||
| checkpoint_storage_use_zarr3=False checkpoint_storage_use_ocdbt=False \ | ||
| --lazy_load_tensors=False \ | ||
| --eager_load_method='transformers' |
Collaborator
There was a problem hiding this comment.
Did llama model need eager mode?
RexBearIU
reviewed
Jun 26, 2026
| BASE_OUTPUT_DIRECTORY=gs://runner-maxtext-logs/${MODEL_NAME}/to_maxtext | ||
|
|
||
| # Step 1: Install torch | ||
| python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu |
Collaborator
There was a problem hiding this comment.
Please test whether we still need it.
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
This PR introduces end-to-end (E2E) testing and validation pipelines for the Llama3.1 70B model in MaxText.
Blocked by: https://buganizer.corp.google.com/issues/528113447
Tests
Pre-Training:
Checklist
Before submitting this PR, please make sure (put X in square brackets):
gemini-reviewlabel.