Merge ffn_up and ffn_gate experts tensors (part 2)#1139
Merged
Conversation
|
build: 3f24a6a (334) Qwen3-VL-235B-A22B (IQ3_XS — 3.3 bpw)
MiniMax-M2.1 (230B.A10B — IQ3_S mix — 3.66 bpw)
So basically marginal bump for pp, tg unchanged. Cool. 7800x3d (With muge it's showing me high memory usage, i don't have enough RAM for that, albeit i take it's not impacting performance much) Commands: build/bin/llama-bench -m models/Qwen3-VL-235B-A22B-Thinking.i1-IQ3_XS.gguf -ot "blk.(?:[0-9]|[1-6][0-9]|[8][0-4]).ffn._exps.=CPU" -b 8192 -ub 4096 -ctk q8_0 -ctv q8_0 --threads 8 -ngl 95 -amb 512 -p x -n x -mqkv 1 -muge (0 or 1) build/bin/llama-bench -m models/MiniMax-M2.1-IQ3_M.gguf -ot "blk.(?:[0-9]|[1-4][0-9]|[5][0-4]).ffn._exps.=CPU" -b 8192 -ub 8192 -ctk q8_0 -ctv q8_0 --threads 8 -ngl 95 -amb 512 -p x -n x -mqkv 1 -muge (0 or 1) -r 3 |
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.
This PR is a follow up of PR #1137 and adds the ability to merge the
ffn_up_expsandffn_gate_expstensors at run time to more models:Here some quick
llama-benchresults for a bunch of models on 3090 GPUs