fix(onnxruntime): correct patch context for v1.24.2 (port-version 5)#129
Merged
Merged
Conversation
The patch in tetherto#126 was generated against the upstream main branch where the surrounding code uses SetRawDataInTensorProto(). In v1.24.2 the actual code uses result.set_raw_data(). Fix the context lines and line numbers so the patch applies cleanly. Made-with: Cursor
jpgaribotti
approved these changes
Apr 24, 2026
jpgaribotti
pushed a commit
to jpgaribotti/qvac-registry-vcpkg
that referenced
this pull request
May 8, 2026
Updates the qvac-fabric port to upstream tag v8189.0.1 (commit 739b309ae, the SSH-resigned tip of temp-8189). Refreshes the source tarball SHA512, resets port-version to 0, and bumps the baseline plus per-version manifest. The portfile bug-fix for BUILD_LLAMA=OFF introduced in tetherto#136 (port-version 1) is preserved. What's new in v8189.0.1 over v8189.0.0: - Inject enable_thinking into the Jinja template context so models like Qwen 3.5 and Gemma 4 actually emit reasoning content (tetherto/qvac-fabric-llm.cpp#128). - Add GGML_OP_DELTA_NET_AR Vulkan compute shader + dispatch path (tetherto#129) so Vulkan no longer falls back to CPU per token on Qwen 3.5 / DeltaNet decode. - vulkan: Force f32 src1 through the strided cpy path to fix an embedding-model crash (tetherto#130). Co-authored-by: Cursor <cursoragent@cursor.com>
jpgaribotti
pushed a commit
that referenced
this pull request
May 8, 2026
Updates the qvac-fabric port to upstream tag v8189.0.1 (commit 739b309ae, the SSH-resigned tip of temp-8189). Refreshes the source tarball SHA512, resets port-version to 0, and bumps the baseline plus per-version manifest. The portfile bug-fix for BUILD_LLAMA=OFF introduced in #136 (port-version 1) is preserved. What's new in v8189.0.1 over v8189.0.0: - Inject enable_thinking into the Jinja template context so models like Qwen 3.5 and Gemma 4 actually emit reasoning content (tetherto/qvac-fabric-llm.cpp#128). - Add GGML_OP_DELTA_NET_AR Vulkan compute shader + dispatch path (#129) so Vulkan no longer falls back to CPU per token on Qwen 3.5 / DeltaNet decode. - vulkan: Force f32 src1 through the strided cpy path to fix an embedding-model crash (#130).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The patch in #126 was generated against the upstream main branch where the surrounding code uses SetRawDataInTensorProto(). In v1.24.2 the actual code uses result.set_raw_data(). Fix the context lines and line numbers so the patch applies cleanly.