QVAC-23075 feat[api]: bump qvac-fabric to 10069.1.0 across consumers - #3907
QVAC-23075 feat[api]: bump qvac-fabric to 10069.1.0 across consumers#3907iancris wants to merge 1 commit into
Conversation
Bumps the qvac-fabric vcpkg dependency floor from 10069.0.0 to 10069.1.0 for all 7 fabric consumers, with the matching package version bumps and changelog entries. qvac-fabric 10069.1.0 adds VisionPsy Nano support and its Flash preprocessing rule (tetherto/qvac-fabric-llm.cpp#205). No addon API changes. - embed-llamacpp 0.32.0 -> 0.33.0 - fabric 0.4.0 -> 0.5.0 - llm-llamacpp 0.43.0 -> 0.44.0 - model-fit 0.1.0 -> 0.2.0 - ocr-ggml 0.16.0 -> 0.17.0 - translation-nmtcpp 0.8.0 -> 0.9.0 - vla-ggml 0.19.0 -> 0.20.0
|
Superseded by #3725 — closing. This PR should not have been opened. The rollout was run with The identical bump now rides #3725 as commit d524054 — same 7 consumers, same One difference worth noting: on #3725 the bump was applied on top of a The |
🎯 Problem
qvac-fabric10069.1.0 adds VisionPsy Nano support and its Flash preprocessing rule(tetherto/qvac-fabric-llm.cpp#205).
All 7 fabric consumers are still pinned to a
version>=floor of10069.0.0, so none of them canresolve the new fabric.
📝 How
One bundled PR carrying the whole consumer-side rollout for all 7 fabric consumers:
vcpkg.json—qvac-fabricversion>=floor10069.0.0→10069.1.0package.json— version bump (all 7 are pre-1.0, so all take the minor path)CHANGELOG.md— dated## [<version>]entry recording the fabric bump@qvac/embed-llamacpp@qvac/fabric@qvac/llm-llamacpp@qvac/model-fit@qvac/ocr-ggml@qvac/translation-nmtcpp@qvac/vla-ggmlNo C++ or JS source changes — the fabric bump is API-neutral for every consumer. No
default-registry.baselinechanges.Depends on the registry publish: tetherto/qvac-registry-vcpkg#317
CI will fail until #317 merges, because
version>=: 10069.1.0cannot resolve before then. Expected— CI needs a retrigger once the registry PR lands.
🧪 Tested
v10069.1.0created at50713f4dfc54b1fe09826a343527e83d90f5df62, the head of thetemp-10069release branch (the merge commit of fix(ci/ocr): fix vcpkg cache not saving by splitting restore/save #205).vcpkg hashandsha512sum.(
x64-linux,[core,gpu-backends,llama]): archive downloaded, SHA512 accepted, build and installsucceeded.
overlay has since been reverted from PR QVAC-23075 feat[api]: accept image_no_upscale in the addon load config #3725.
origin/main; verified novcpkg-overlays/ports/qvac-fabricsubtree, nooverlay-portskey anywhere in the repo, and novcpkg-configuration.jsondrift.None. No addon API changes in any of the 7 packages — each changelog entry records the dependency
bump only.