Skip to content

docs: mistral.rs parity scan — spawn the gaps as phase items - #22

Merged
physics515 merged 1 commit into
mainfrom
claude/mistral-mummu-roadmap-c8972e
Aug 21, 2026
Merged

docs: mistral.rs parity scan — spawn the gaps as phase items#22
physics515 merged 1 commit into
mainfrom
claude/mistral-mummu-roadmap-c8972e

Conversation

@physics515

Copy link
Copy Markdown
Owner

Reviewed mistral.rs v0.8.2 against the roadmap and recorded it the way the colibri scan was: one dated section framing the comparison, one tagged item per real gap, and an explicit already-at-parity / non-goals ledger. Parity is read through the North Star — capability parity, delivered as importer/planner decisions, never as flags.

Spawned items: RoPE scaling + sliding-window attention (the silent-wrong-answer gap), a Llama-family port, Qwen3-Embedding on the existing qwen3 arch, architecture auto-detection by checkpoint metadata (P3), sampling breadth / batched forward / in-memory prefix KV reuse (P5), and a fleshed-out P10 (LoRA inference, hot-swap, fine-tune loop). P6/P9 spawned nothing — their ISQ / auto-map / FP8-KV / MTP choices map onto items already open, which the scan records as a finding.

🤖 Generated with Claude Code

…e knobs automatic

Reviewed mistral.rs v0.8.2 against the roadmap and recorded it the way the
colibri scan was: one dated section framing the comparison, one tagged item
per real gap, and an explicit already-at-parity / non-goals ledger. Parity is
read through the North Star — capability parity, delivered as importer/planner
decisions, never as flags.

Spawned: RoPE scaling + sliding-window (the silent-wrong-answer gap), a
Llama-family port, Qwen3-Embedding on the existing qwen3 arch, architecture
auto-detection by checkpoint metadata, sampling breadth, batched forward,
in-memory prefix KV reuse, and a fleshed-out P10 (LoRA inference, hot-swap,
fine-tune loop). P6/P9 spawned nothing — their ISQ/auto-map/FP8-KV/MTP
choices map onto items already open, which the scan records as a finding.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 21, 2026 21:58
@physics515
physics515 merged commit fc231c1 into main Aug 21, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Documentation-only changes with a few minor wording/consistency nits noted for follow-up.

Pull request overview

Adds a new dated “mistral.rs parity scan” to the roadmap, capturing identified capability gaps vs mistral.rs v0.8.2 and recording explicit “already-at-parity” and “non-goals” ledgers in the same style as the prior colibri scan.

Changes:

  • Adds new parity-gap items (P2/P3/P5) for RoPE scaling + sliding-window attention, a Llama-family port, Qwen3-Embedding support, architecture auto-detection, sampling breadth, batched forward, and in-memory prefix KV reuse.
  • Expands P10 from a single line into a more detailed LoRA/adapters plan (inference, hot-swap, and a fine-tune loop).
  • Adds a dedicated “mistral.rs parity scan (2026-08-21)” section and a mistral.rs entry in References.
File summaries
File Description
ROADMAP.md Documents the mistral.rs parity scan findings and spawns roadmap items for the identified parity gaps.
Review details

Suppressed comments (1)

ROADMAP.md:1927

  • Terminology is inconsistent with the “North Star” section heading; use the same spelling here for consistency/searchability.
Voxtral — a different product); multi-node distribution (the North-Star machine is one box); and every
  • Files reviewed: 1/1 changed files
  • Comments generated: 3
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread ROADMAP.md
- [ ] LoRA adapters; an on-device fine-tune loop (Burn supports training) — learn-by-format /
personalization on-device.
*(2026-08-21, fleshed out by the mistral.rs scan — was one line.)*
- [ ] **LoRA adapter inference** *(mistral.rs parity)* — load a HF PEFT adapter
Comment thread ROADMAP.md
dispatches any checkpoint off `config.json`'s `architectures[0]` (HF) or `general.architecture`
(GGUF) with `--arch` as a rarely-needed override; Mummu *parses* both today but only *dispatches*
through the curated registry catalog, so a Qwen2/Qwen3/LFM2/OLMoE/MiniLM checkpoint that is not
one of the 12 catalog entries needs the caller to know its architecture. The North-Star reading
Comment thread ROADMAP.md
live on the dev box: Vulkan advertises SHADER_F16 on the 4070 Ti SUPER, DX12 does not (2026-07-09 probe).
- colibri — pure-C MoE weight-streaming engine (VRAM/RAM/NVMe hierarchy, MTP speculation, GBNF grammars,
persistent compressed KV); the 2026-07-30 parity scan's source — https://github.com/JustVugg/colibri
- mistral.rs v0.8.2 — Candle-based Rust serving stack (~50 archs, ISQ/GGUF/GPTQ/AWQ/FP8, PagedAttention,
@physics515
physics515 deleted the claude/mistral-mummu-roadmap-c8972e branch August 26, 2026 17:34
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.

2 participants