Skip to content

docs: add recipe verification levels - #178

Merged
Rockdu merged 2 commits into
mainfrom
docs/recipe-verification-levels
Aug 17, 2026
Merged

docs: add recipe verification levels#178
Rockdu merged 2 commits into
mainfrom
docs/recipe-verification-levels

Conversation

@Rockdu

@Rockdu Rockdu commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

What

  • Define FG, PG, V, and NV evidence levels and classify all nine documented recipes.
  • Label every recipe in its model guide and link the policy from the documentation index.
  • Mark MiniMax H3 as V: its 2-GPU recipe has a complete curve and no E2E gate; the implementation remains on PR feat: add MiniMax H3 t2va Flow-GRPO support #154.
  • Correct the Cosmos3 launch topology and SDE settings to match the shipped 4-GPU recipe.

Why

A completed learning curve, a bit-exact canonical E2E gate, and a scaled proxy gate provide different evidence. The labels make that distinction explicit per recipe instead of implying one status for an entire model family.

Validation

  • git diff --check
  • Verified the level inventory matches all nine documented recipes: eight scripts on main plus the MiniMax H3 script on PR feat: add MiniMax H3 t2va Flow-GRPO support #154.
  • Verified all nine model-guide launch sections have a status label.
  • Documentation diagnostics report no errors.

Files

  • docs/user-guide/recipe-verification.md — defines the four levels and current inventory.
  • docs/index.md — links the policy and disambiguates feature support from recipe verification.
  • docs/models/sd3/sd3.md — labels both SD3 recipes.
  • docs/models/ltx/ltx2.md — labels the LTX canonical gate.
  • docs/models/wan/wan2-2.md — labels the 5-GPU, 17-GPU proxy, and SFT recipes.
  • docs/models/qwen-image/qwen-image.md — labels the Qwen-Image recipe.
  • docs/models/cosmos/cosmos3.md — labels and corrects the Cosmos3 recipe documentation.
  • docs/models/h3/h3.md — labels the MiniMax H3 2-GPU recipe.

Checklist

  • pre-commit run --all-files passes — not run; documentation-only change
  • Added/updated tests for new behaviour — no runtime behaviour changed
  • pytest -x is green — not run; documentation-only change
  • If launch flags changed, python3 train.py --help still parses — no launch flags changed
  • If a public flag was added, it appears in the CLI reference docs — no public flag added
  • If an example was added, it has a real walkthrough — no example added

Made with Cursor

@Rockdu Rockdu added the run-ci-basic Authorize and run only basic unlabeled CI tests label Aug 17, 2026
Rockdu and others added 2 commits August 16, 2026 22:28
Expose the evidence behind each shipped recipe and distinguish canonical E2E gates from scaled proxies and curve-only validation.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@Rockdu
Rockdu force-pushed the docs/recipe-verification-levels branch from 1976cbb to b00a15c Compare August 17, 2026 05:37
@Rockdu
Rockdu marked this pull request as ready for review August 17, 2026 06:04
@Rockdu
Rockdu merged commit 87429a5 into main Aug 17, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-ci-basic Authorize and run only basic unlabeled CI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant