v2.11.0 — deterministic model and GPU name resolution
·
14 commits
to master
since this release
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, and9070from 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