QVAC-19119 test(llm-llamacpp): overlay qvac-fabric for Qwen3VL multi-tile batching#2515
Open
yingying0906 wants to merge 1 commit into
Open
QVAC-19119 test(llm-llamacpp): overlay qvac-fabric for Qwen3VL multi-tile batching#2515yingying0906 wants to merge 1 commit into
yingying0906 wants to merge 1 commit into
Conversation
…ulti-tile-batching Points qvac-fabric to Rita's fork commit c463240a for testing the Qwen3VL multi-tile batching feature (--image-tile-mode flag). Remove vcpkg/ports/qvac-fabric/ to restore the registry version.
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.
What problem does this PR solve?
This PR is for CI testing only and will not be merged.
How does it solve it?
Implements multi-tile image preprocessing for Qwen3.5 (using the
qwen3vlencoder path it shares with Qwen3VL), and replaces the N sequential vision encoder forward passes with a single batched forward pass over all tiles (batch dim = N tiles).A new
--image-tile-modeflag controls the dispatch mode:batchedsequentialbaselinePreliminary benchmark (Qwen3.5-2B Q4_K_M, F16 mmproj, 1920x1280 image, 4 tiles):
MacBook (M5 Pro, Metal):
Samsung S25 Ultra (Adreno 830, OpenCL):
Breaking changes
None. To revert: delete
packages/llm-llamacpp/vcpkg/ports/qvac-fabric/and remove theVCPKG_OVERLAY_PORTSline fromCMakeLists.txt.🤖 Generated with Claude Code