[gemma4] Add Frontier single-allocation rollout launcher#12
Draft
Bryan-Nsoh wants to merge 1 commit into
Draft
Conversation
9837a37 to
dd114c8
Compare
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.
What changed
gemma4-26b-a4b-itFrontier preset for the staged Gemma 4 26B A4B IT model and the verified vLLM ROCm nightly container.scripts/submit_gemma4_frontier_fat.shfor the Gemma rollout path Pete should run.scripts/merge_trajectory_lanes.pyso one job can merge the node-local outputs into${RUN_ROOT}/trajectories_merged.generate_trajectories.slurmso each lane stages the model to Frontier NVMe, launches vLLM through the OLCF step wrapper when present, and keeps Gemma-specific completions settings explicit.How to run
From the repository checkout on Frontier:
Defaults assume:
${SCRATCH}/hf_downloads/google/gemma-4-26B-A4B-it${SCRATCH}/containers/vllm_openai_rocm_nightly-aa2b56ffb0c1d8b29d6468282a49d9b4a9f0dd1c.sifOverride
MODEL_PATHorSIFif those are staged somewhere else.Launch shape
The script submits one Frontier allocation. Each node runs one vLLM server. That server uses tensor parallel size 8 across the node's 8 MI250X GCDs. Nodes are independent rollout lanes over balanced selected tasks. The model loads once per node, from node-local NVMe when available.
Validation
Local checks:
Result:
68 passed, 1 skipped.Frontier debug validation:
4905071, run root/lustre/orion/syb114/scratch/bryannsoh/mentor_rl_speed_calibration/runs/debug_gemma4_fat_smoke_20260626_151848:COMPLETED, 3 nodes, 3 lanes, 3 merged trajectories./mnt/bb/.../gemma-4-26B-A4B-it,dtype=bfloat16,tensor_parallel_size=8,reasoning_parser=gemma4, andmoe_backend=triton.4904709produced 9 trajectories across 3 lanes and merged to 9 branch pools, 9 trajectory turns, 9 finding records, 39 raw preference pairs, and 11 filtered preference pairs.