You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Within the workflow run, find and click on the `maxtext_jupyter_notebooks (py312)` job, then expand the `run` job.
165
-
166
-
4. Locate the `Record Commit IDs` step. The commit SHAs for `maxtext`, `tunix`,
167
-
`tpu-inference`, and `vllm` that were used in that successful run are listed
168
-
in the logs of this step.
169
-
170
-
5. Prior to installation, ensure that the `maxtext`, `tunix`, `vllm`, and `tpu-inference` repositories are synchronized to the specific commits recorded from the CI logs. For each repository, use the following command to switch to the correct commit: `git checkout <commit_id>`.
171
-
172
-
**Note:** Clone these repositories as siblings of the `maxtext` directory (e.g.,
173
-
in the same parent directory). After cloning, run the build from inside the
174
-
`maxtext` repository so it picks up the local sources:
156
+
For using a version newer than the latest PyPI release, you could also build the Docker image with the latest vetted versions of post-training dependencies and MaxText in the following way:
0 commit comments