Skip to content

docs: align model backend tables with the registry - #1435

Merged
msluszniak merged 1 commit into
mainfrom
@ms/docs-backend-coverage
Sep 8, 2026
Merged

docs: align model backend tables with the registry#1435
msluszniak merged 1 commit into
mainfrom
@ms/docs-backend-coverage

Conversation

@msluszniak

Copy link
Copy Markdown
Member

Description

Regenerated every Supported Backends cell from models.ts and fixed the rows that disagreed with what the library actually resolves.

Page Row Was Now
LLM Llama 3.2, Qwen 3, Qwen 2.5, Hammer 2.1, Phi-4 Mini XNNPACK XNNPACK, MLX
LLM Liquid LFM 2.5 one row, credited Vulkan to the text models split text / VL, Vulkan on VL only
LLM SmolLM2 135M/360M/1.7B missing XNNPACK, MLX
Keypoints RF-DETR Keypoint XNNPACK, Core ML, MLX XNNPACK, Core ML
Text embeddings multi-qa one row, credited Core ML to mpnet split MiniLM / mpnet

After the change every one of the 104 registry models is reachable from a docs row and no cell claims a backend the registry does not ship.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Docs only. Backend cells were diffed against models.ts on main by a script, and sizes for the new SmolLM2 and split LFM 2.5 rows come from HEAD on the HuggingFace artifacts at resolve/v0.10.0.

Related issues

#556

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Regenerated every Supported Backends cell from models.ts and fixed the
rows that disagreed with what the library actually resolves.

- Llama 3.2, Qwen 3, Qwen 2.5, Hammer 2.1 and Phi-4 Mini all ship MLX
  variants but were listed as XNNPACK only.
- RF-DETR Keypoint advertised MLX, which was removed in #1418.
- LFM 2.5 lumped the text and VL models into one row, crediting Vulkan
  to the text-only 350M and 1.2B. Vulkan ships for the VL pair only.
- multi-qa lumped MiniLM and mpnet into one row, crediting Core ML to
  mpnet, which has no Core ML build.
- SmolLM2 135M/360M/1.7B are wired in the registry but had no row.
@msluszniak msluszniak self-assigned this Sep 8, 2026
@msluszniak msluszniak added the documentation Improvements or additions to documentation label Sep 8, 2026
@msluszniak
msluszniak requested a review from barhanc September 8, 2026 06:48
@msluszniak
msluszniak merged commit b0bdfd5 into main Sep 8, 2026
5 checks passed
@msluszniak
msluszniak deleted the @ms/docs-backend-coverage branch September 8, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants