test: fix some CI errors - #26415
Merged
Merged
test: fix some CI errors#26415
Conversation
aldehir
approved these changes
Aug 1, 2026
Member
|
The webgpu issues were fixed properly in #26307. |
TheTom
pushed a commit
to TheTom/llama-cpp-turboquant
that referenced
this pull request
Aug 3, 2026
satindergrewal
pushed a commit
to satindergrewal/llama.cpp
that referenced
this pull request
Aug 12, 2026
thecodacus
pushed a commit
to thecodacus/llama.cpp
that referenced
this pull request
Sep 7, 2026
zbrad
pushed a commit
to zbrad/llama.cpp
that referenced
this pull request
Sep 10, 2026
pl752
pushed a commit
to pl752/llama.cpp
that referenced
this pull request
Sep 15, 2026
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.
Overview
Fix 2 errors:
llama-ui-embedTSan build error (not a runtime error): https://github.com/ggml-org/llama.cpp/actions/runs/30634713468/job/91169278810test-llama-archsfails on webgpu with minimax m3: https://github.com/ggml-org/llama.cpp/actions/runs/30634713503/job/91169278550Fixes for openvino and vulkan are not included here as it requires changing backend code
Requirements