Skip to content

fix(onnxruntime): correct patch context for v1.24.2 (port-version 5)#129

Merged
jpgaribotti merged 1 commit into
tetherto:mainfrom
mario-rei:fix/patch-context-v1.24.2
Apr 24, 2026
Merged

fix(onnxruntime): correct patch context for v1.24.2 (port-version 5)#129
jpgaribotti merged 1 commit into
tetherto:mainfrom
mario-rei:fix/patch-context-v1.24.2

Conversation

@mario-rei

Copy link
Copy Markdown
Contributor

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.

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
@mario-rei mario-rei requested review from GustavoA1604 and jpgaribotti and removed request for jpgaribotti April 23, 2026 22:11
@jpgaribotti jpgaribotti merged commit 1231aec into tetherto:main 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).
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.

3 participants