Website: Rewrite/rewire model cards into Benchmarks section#267
Draft
aidanfnv wants to merge 2 commits into
Draft
Website: Rewrite/rewire model cards into Benchmarks section#267aidanfnv wants to merge 2 commits into
aidanfnv wants to merge 2 commits into
Conversation
…pages Sister-PR to dev/aidanf/flashdreams-site-merge. Site-merge keeps the 3-file shape from main (`docs/source/models/index.rst` + 8 per-model pages, no `benchmarks.rst`) and labels the Benchmarks navbar tab to point at `models/index`. This branch carries the actual benchmarks landing page plus the supported-models absorption plus the per-model edits as a single coherent diff. - `docs/source/benchmarks.rst` added (methodology, per-recipe latency tables across H100 / GB200 / GB300, versus-upstream + parity status, supported-models gallery, methodology footnote, "how we got here" links). Carries a `:hidden:` `:maxdepth: 1` toctree at the bottom listing the 8 per-model sub-pages so they remain reachable from the Benchmarks tab. - `docs/source/models/index.rst` removed — the supported-models gallery is now the Supported-models section of `benchmarks.rst`. - `docs/source/models/*.rst` (8 files) updated to the marketing-flow shape: hero band, per-device profile callouts, fd-* component vocabulary. Master toctree (`docs/source/index.rst`): the Benchmarks entry now reads `benchmarks` so the navbar lands on the new page. Cross-reference retargets `/models/index` → `/benchmarks`: - `docs/source/index.rst:119` Performance-section "benchmarks page" link. - `docs/source/api/integrations.rst:34`. - `docs/source/quickstart/installation.rst:88`. - `docs/source/quickstart/first_world_model.rst:65`. - `docs/source/developer_guides/usage_patterns.rst:122`. Config changes (inverse of the un-absorption on site-merge): - `conf.py` `secondary_sidebar_items` and `html_sidebars`: restore the `"benchmarks": []` entries (the page exists again). - `_templates/layout.html` `_fd_prose_narrow_indices`: `models/index` → `benchmarks`; adjacent comments updated. - `_static/custom.css`: two comments updated to "benchmarks" rather than "models gallery".
|
Resolves a single modify/delete conflict. - `docs/source/models/index.rst`: deleted on the benchmarks branch (the supported-models gallery now lives as the Supported-models section of `benchmarks.rst`), but site-merge brought it back when PR #144 absorbed `origin/dev/aidanf/flashdreams-site`. Keep the deletion — the benchmarks branch's whole job is to replace `models/index.rst` with `benchmarks.rst`. The auto-merge handled the rest: - `conf.py` / `_templates/layout.html` / `_static/custom.css` kept this branch's `"benchmarks": []` patterns and `_fd_prose_narrow_indices = ('community/index', 'quickstart/index', 'benchmarks')` — both directions agreed on the benchmarks-side shape. - `docs/source/index.rst` kept this branch's master toctree (`benchmarks` as the Benchmarks tab target) and the `:doc:\`benchmarks page <benchmarks>\`` reference in the Performance section. - `docs/source/models/*.rst` (8 files) auto-merged cleanly: this branch's marketing-flow rewrites win over site-merge's main-state shape, since the per-model edits are part of the benchmarks PR. - `docs/source/api/integrations.rst` / `docs/source/quickstart/installation.rst` / `docs/source/quickstart/first_world_model.rst`: kept this branch's `/benchmarks` cross-refs.
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.
No description provided.