Skip to content

Add GPT-OSS-20b E2E test scripts - #4686

Draft
chiajunglien wants to merge 1 commit into
AI-Hypercomputer:mainfrom
CIeNET-International:emma/gpt-oss-e2e
Draft

Add GPT-OSS-20b E2E test scripts#4686
chiajunglien wants to merge 1 commit into
AI-Hypercomputer:mainfrom
CIeNET-International:emma/gpt-oss-e2e

Conversation

@chiajunglien

Copy link
Copy Markdown
Contributor

Description

This PR introduces end-to-end (E2E) testing and validation pipelines for the GPT-OSS-20b model in MaxText.

Tests (Testing on v5p-128 cluster)

Pre-Training:

export RUN_ID=$(date +%Y-%m-%d-%H-%M)
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss_to_mt.sh $RUN_ID
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss.sh $RUN_ID

SFT:

export RUN_ID=$(date +%Y-%m-%d-%H-%M)
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss_to_mt.sh $RUN_ID
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss_sft.sh $RUN_ID

RL:

export RUN_ID=$(date +%Y-%m-%d-%H-%M)
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss_to_mt.sh $RUN_ID
bash tests/end_to_end/tpu/gpt-oss/20b/test_gpt_oss_rl.sh $RUN_ID

Checklist

Before submitting this PR, please make sure (put X in square brackets):

  • I have performed a self-review of my code. For an optional AI review, add the gemini-review label.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have run end-to-end tests tests and provided workload links above if applicable.
  • I have made or will make corresponding changes to the doc if needed, including adding new documentation pages to the relevant Table of Contents (toctree directive) as explained in our documentation.

…s-20b

Introduces E2E test configurations and scripts for gpt-oss-20b model,
covering both pre-training and post-training validation pipelines.
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

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