Skip to content

v2.11.0 — deterministic model and GPU name resolution

Choose a tag to compare

@click6067-ship-it click6067-ship-it released this 04 Sep 14:18
· 14 commits to master since this release
1746bdd

What changed

  • Adds one canonical model/GPU name resolver: exact match, then unique full-token match, then a base-name tie-break; unresolved ambiguity now lists candidates and exits 2.
  • Prevents short GPU queries such as 5070, 4080, 4070, and 9070 from silently selecting larger suffix variants and producing fit-biased answers.
  • Adds resolver regression coverage and removes an unsupported 54 GB overhead claim from the engine comment.

Full diff: v2.10.0...v2.11.0