Make split mode graph work with vision enabled#1392
Merged
Conversation
Contributor
|
It pulled tip of main this morning, but now with
from main@14492bfd (this PR):
I tested with and without I rolled back and tested each recent commit until it worked again at 666ea0e: $ git log --oneline
cda15bf1 (HEAD -> main, upstream/main, upstream/HEAD) Discard very first compute graph for recurrent models (#1393)
f90b4c2f Full graph parallel for Qwen3.5 (dense and MoE) (#1388)
14492bfd Make split mode graph work with vision enabled (#1392) <--- first broken here
666ea0e9 Revise build instructions for ik_llama.cpp <--- workingHere is my command: # full offload on 2x RTX A6000 48GB VRAM each
./build/bin/llama-server \
--alias Qwen3.5-122B-A10B \
--model "$model" \
-fa on \
-c 262144 \
-sm graph \
-ngl 99 \
-ub 4096 -b 4096 \
--parallel 1 \
--threads 1 \
--host 127.0.0.1 \
--port 8080 \
--jinja \
--no-mmapNot sure if anyone else is seeing this? I'll keep testing to see if I can narrow it down any more. |
Contributor
|
Removing I tested and |
Merged
Owner
Author
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.


Closes #1353