Skip to content

standardize docker build path and set stable mode for all Trillium recipes#223

Open
sivanishwanthm wants to merge 6 commits into
AI-Hypercomputer:mainfrom
sivanishwanthm:update-llama3.1-70b-docker-build-4742632373722033513
Open

standardize docker build path and set stable mode for all Trillium recipes#223
sivanishwanthm wants to merge 6 commits into
AI-Hypercomputer:mainfrom
sivanishwanthm:update-llama3.1-70b-docker-build-4742632373722033513

Conversation

@sivanishwanthm
Copy link
Copy Markdown
Contributor

This PR performs a repository-wide update of the docker dependency build path for all Trillium training recipes. It standardizes the script location and enforces the stable mode flag to ensure consistent environment provisioning across different models and scales.

Changes

  • Path Update: Migrated docker build references to src/dependencies/scripts/docker_build_dependency_image.sh.

  • Mode Standardization: Forced MODE=stable across all Trillium recipes to prevent experimental or nightly build drift.

google-labs-jules Bot and others added 6 commits April 13, 2026 22:04
Updated the docker build command in the TPU Trillium Llama3.1-70B-MaxText
recipes to use the correct script path and MODE argument.

- Updated path to: src/dependencies/scripts/docker_build_dependency_image.sh
- Updated MODE to: stable
- Removed 'bash' prefix as requested.

Affected files:
- training/trillium/Llama3.1-70B-MaxText/v6e-32/README.md
- training/trillium/Llama3.1-70B-MaxText/v6e-64/README.md
- training/trillium/Llama3.1-70B-MaxText/v6e-128/README.md
- training/trillium/Llama3.1-70B-MaxText/v6e-256/README.md

Co-authored-by: sivanishwanthm <192526223+sivanishwanthm@users.noreply.github.com>
…ipes

Updated all training recipe README files in 'training/trillium/' to use a
standardized Docker build command.

- Updated path to: src/dependencies/scripts/docker_build_dependency_image.sh
- Standardized parameters: DEVICE=tpu MODE=stable BASEIMAGE=${BASE_IMAGE}
- Ensured 'bash' prefix is included as requested.

Affected models include GPT3, Gemma3, Llama2, Llama3.1, Mistral, and Mixtral.
Total of 18 recipe files updated.

Co-authored-by: sivanishwanthm <192526223+sivanishwanthm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant