Skip to content

super resolution example#344

Closed
bconsolvo wants to merge 23 commits into
amd:mainfrom
bconsolvo:bconsolvo
Closed

super resolution example#344
bconsolvo wants to merge 23 commits into
amd:mainfrom
bconsolvo:bconsolvo

Conversation

@bconsolvo

Copy link
Copy Markdown
  • Adding super-resolution example with accompanying model links and README.md
  • Modified main readme to include link to the example

bconsolvo and others added 23 commits February 20, 2026 09:27
- Mintlify site under docs/ with category nav (Getting Started, Models & Tutorials [Vision/LLMs/Audio], GPU & Radeon, Windows ML, Tools, Reference)

- Docs-as-code CI: mint validate/broken-links, Vale, cspell, code-block execution (test-by-default), GitHub-native owner notifications, CODEOWNERS auto-gen, CI dashboard

- Model tables auto-generated from HF (LLMs incl. LFM2, Vision Models incl. SD3/3.5, Audio); folded into Models & Tutorials overview

- Per-page owner headers (GitHub ID only; no emails); folder/URL/nav parity; examples mirrored + internal links

- Ignore multi-GB local model/example artifacts and downloaded installers

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ocs/, remove old Docusaurus website/

- README mirrors the public amd/RyzenAI-SW (no docs-backend talk; links to docs site)

- LICENSE switched to Apache License 2.0

- CODEOWNERS now generated into docs/CODEOWNERS; root copy removed; CI drift-check updated

- Removed the stale Docusaurus website/ tree (1979 files)

Co-authored-by: Cursor <cursoragent@cursor.com>
- getting-started/ absorbs running-models/ + applications/

- gpu/ -> gpu-radeon/; benchmarking/ -> tools/

- winml/ + winml-examples/ consolidated into windows-ml/ (one folder)

- vision/llms/audio kept at top level (Mintlify resolves only 2-level paths); nav groups them under Models & Tutorials

- all internal links, docs.json, README, CODEOWNERS updated; broken-links passes

Co-authored-by: Cursor <cursoragent@cursor.com>
…roof)

Co-authored-by: Cursor <cursoragent@cursor.com>
- Removed Models & Tutorials parent; Vision, LLMs, Audio are now top-level categories

- Each has an overview index page with its own model table (generated per-category by fetch_models.py)

- Mintlify only resolves 2-level paths, so no deeper nesting; nav order preserved

- Removed License section from docs/README.md (license lives only in root LICENSE/README); removed CI trigger marker

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
CI: test-by-default wording clarified (only 'notest' opts out); runner now configurable via DOCS_CI_DEVICES/DOCS_CI_OS (default halo); add report.py for per-page/per-block dashboard; regenerate CODEOWNERS from docs tree (drop stale example map); consolidate 7 scripts .md files into one README with TOC; document runnable vs skipped languages (incl C++).

Docs: Installation Instructions promoted to a single top-level page; mirror missing examples (super-resolution, WinML/LLM, CVML face-detection/mesh); models tables moved above cards on Vision/LLMs/Audio; Overview cards list all categories; fix broken/internal links and CVML/onnx-benchmark anchors; flatten WinML examples; examples/ folder content internalized into docs.
Co-authored-by: Cursor <cursoragent@cursor.com>
notify-owner demo default -> docs/installation.mdx; gpu-radeon/windows-ml README landing-page names corrected.

Co-authored-by: Cursor <cursoragent@cursor.com>
Adds an email step to notify-owner.yml that sends the per-owner report to NOTIFY_EMAIL (default dl.ryzenai.support@amd.com) in addition to the GitHub issue @mention. A distribution list is safe to expose (not an individual). Email runs only when SMTP_* secrets are set; otherwise just the issue is opened.

Co-authored-by: Cursor <cursoragent@cursor.com>
extract_code_blocks.py now: compiles cpp/c with g++/gcc (runs if main(), else -fsyntax-only); runs bash/sh via WSL on Windows; lints json/yaml/toml/cmake/text for format validity; routes Linux blocks (bash/C-C++/@os:linux) through WSL with --no-wsl to opt out. Docs tabs say 'Linux / WSL'. README/dashboard/slide updated; cloud job installs pyyaml.

Co-authored-by: Cursor <cursoragent@cursor.com>
…README

Co-authored-by: Cursor <cursoragent@cursor.com>
…ards (not CI)

Co-authored-by: Cursor <cursoragent@cursor.com>
…de testing

Pipeline now reads generate-first (CODEOWNERS, model tables) -> test code -> links/prose -> record -> notify. Reordered the execution diagram, Workflows/Scripts tables, dashboard stage table, and local commands. gen_cards dropped from CI docs (not CI).

Co-authored-by: Cursor <cursoragent@cursor.com>
Composite navbar logo = AMD mark + 'Ryzen AI Software' wordmark, black for light mode and white for dark; AMD favicon (light/dark) for the browser tab. Logo still links to the Overview page (href '/').

Co-authored-by: Cursor <cursoragent@cursor.com>
navigation.tabs -> navigation.groups (no 'Documentation' tab when there's only one); logo SVGs add vertical padding (~24% smaller); favicon viewBox cropped to the AMD arrow/triangle (drops the AMD letters).

Co-authored-by: Cursor <cursoragent@cursor.com>
…etical nav

Favicon now always the black AMD triangle; logo 'Ryzen AI Software' text enlarged to match the AMD mark height; all external ryzenai.docs.amd.com/en/latest/*.html links converted to internal pages; category pages ordered alphabetically by title (index stays first); removed 'Tutorials are listed below...' verbiage; gen_cards handles navigation.groups.

Co-authored-by: Cursor <cursoragent@cursor.com>
… table

Overview now has a top-of-page Lemonade (LLM serving) + GAIA (agents on Lemonade) section. Vision overview adds a Classical Vision Models table (ResNet, torchvision CNNs, YOLOv8m, YOLOv8s-World v2, Nemotron OCR, Real-ESRGAN, SESR) so tutorial models are listed, alongside the renamed Image-Generation Models table.

Co-authored-by: Cursor <cursoragent@cursor.com>
…s are private)

fetch_models VISION_META now points SD3 Medium and SD3.5 Medium at the public stabilityai/stable-diffusion-3(.5)-medium-amdnpu repos (matching the SD demo), and excludes the private amd/ SD3 mirrors from the collection append.

Co-authored-by: Cursor <cursoragent@cursor.com>
…s to '<Category> Overview'

Real-ESRGAN (GAN) + SESR (CNN) moved out of the Classical Vision Models table into a dedicated super-resolution note. Each category index page title is now '<Category> Overview' (Vision Overview, LLMs Overview, Audio Overview, GPU & Radeon Overview, Windows ML Overview, Tools Overview, Reference Overview) while the nav group headliner stays the short name. Slugs/URLs unchanged, so no path/CODEOWNERS/link changes needed.

Co-authored-by: Cursor <cursoragent@cursor.com>
Per-page CODE_TEST_REPORT.md, dashboard results table, and ci-history.json from a complete Strix Halo run with the new engine (C/C++ compiled, bash via WSL, json/yaml linted). 74 pages / 36 with code; 0 skipped (every language now tested).

Co-authored-by: Cursor <cursoragent@cursor.com>
@bconsolvo bconsolvo closed this by deleting the head repository Jun 12, 2026
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