[codex] Document auto-nanogpt launch plan - #3448
Draft
morganmcg1 wants to merge 4 commits into
Draft
Conversation
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
Summary
Adds a small launch bundle for the auto-nanoGPT Senpai experiment:
launches/launch-auto-nanogpt.shlaunches five independent 1-GPU/student tags, each with one advisor and eight students.launches/auto-nanogpt-extra-instructions.mddocuments the task framing, fairness controls, source restrictions, telemetry expectations, and step-budget guidance passed through--extra_instructions.This PR is intentionally documentation plus launch plumbing only. It does not change the default Senpai config or runtime prompts.
Target Snapshot
The launch is pinned to the target package snapshot:
https://github.com/morganmcg1/modded-nanogpt-senpai.gitsenpai-launch-202605150ba525cThat target branch contains the forked
modded-nanogptbenchmark plus Senpai target files, W&B telemetry, shared FineWeb PVC cache support, and explicit source/fairness instructions inprogram.mdandinstructions/prompt-advisor.md.Experiment Plan
The launch script creates:
auto-nanogpt-1gpu-r1throughauto-nanogpt-1gpu-r58130240minutes, three weeks100000, treated as a hard ceiling rather than a targetwandb-applied-ai-team/modded-nanogpt-senpaifresh40student GPUsFairness Controls
The extra instructions keep the run close to the public
modded-nanogpttrack 3 benchmark:3.28The instructions explicitly ban agents from reading or using Prime Intellect's released autonomous-run materials, including:
https://www.primeintellect.ai/auto-nanogpthttps://github.com/PrimeIntellect-ai/experiments-autonomous-speedrunningThose are named only as banned sources/comparison artifacts for humans after the run.
Data And Telemetry
FineWeb has been pre-cached on
pai-2at:/mnt/new-pvc/datasets/fineweb10B214.0GThe target training script falls back to normal download behavior if needed, but Senpai pods should use the shared PVC cache automatically through
PVC_MOUNT_PATH.The target logs W&B metrics including validation loss, steps-to-target, train loss slopes over trailing 10% windows, grad norms, grad-to-weight norm, weight stats, per-type/per-param stats, and sampled histograms.
Validation
Validated locally from
/Users/mmcguire/ML/senpai:bash -n launches/launch-auto-nanogpt.shSENPAI_PYTHON=.venv/bin/python launches/launch-auto-nanogpt.sh --dry_runSENPAI_PYTHON=.venv/bin/python launches/launch-auto-nanogpt.sh --preflight_onlyPreflight passed for GitHub push access, target branch existence, Anthropic API key, and Exa API key for all five planned launches.
Launched
The initial launch from commit
44b359c21c03a9540c5d11f336abb9adc5fcc8c2used--gpus_per_student 8by mistake, creating an oversizedauto-nanogpt-r1throughauto-nanogpt-r5stream. That fleet was stopped, all old k8s deployments/configmaps/secrets were deleted, and the old target PR stream againstauto-nanogpt-r*branches was closed as an aborted launch artifact.The corrected five-replication launch was applied from branch
codex/auto-nanogpt-launchat commita76f45a48fe005d54726ff80013994b162c40b48.Corrected verification showed:
auto-nanogpt-1gpu-r1throughauto-nanogpt-1gpu-r55/540/4045/45408one-GPU student deployments plus one CPU-only advisorW&B corrected launch report: https://wandb.ai/wandb-applied-ai-team/modded-nanogpt-senpai/reports/Auto-nanoGPT-Senpai-corrected-1-GPU-launch--VmlldzoxNjg5MjI0Mg==