You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone managed to get positive results using a draft model for Qwen3.6-27B ? and if so, How?
I'm on the latest commit, in a system with 2x RTX 3090 and a RTX Pro 4000.
If I load the model at full context on the two 3090's i get ~38 tps as a default. If i try out '-sm tensor' i get a nice bump to 53 tps but it tends to be quite buggy.
Now, if I add Qwen 3.5 0.8B as a draft model, i'm only seeing regressions. i've tried lowering the context and kv cache size to make it fit on the 3090's but the best i get is 33 tps, and even lower when combined with the ngram-mod (18 tps). What am i doing wrong?
Here's my setup:
llama-server --version
ggml_cuda_init: found 3 CUDA devices (Total VRAM: 72206 MiB):
Device 0: NVIDIA GeForce RTX 3090, compute capability 8.6, VMM: yes, VRAM: 24126 MiB
Device 1: NVIDIA GeForce RTX 3090, compute capability 8.6, VMM: yes, VRAM: 24092 MiB
Device 2: NVIDIA RTX PRO 4000 Blackwell, compute capability 12.0, VMM: yes, VRAM: 23987 MiB
version: 8960 (19821178b)
built with GNU 13.3.0 for Linux x86_64
I tried it out -
It definitely created an improvement when using the draft model alone - closer to 50-60 tps when coding. However, if i tried to use -sm tensor or -spec-type ngram-mod in any capacity (alone or with draft model) it would silently stop generating an output while locking the gpus at full power.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Has anyone managed to get positive results using a draft model for Qwen3.6-27B ? and if so, How?
I'm on the latest commit, in a system with 2x RTX 3090 and a RTX Pro 4000.
If I load the model at full context on the two 3090's i get ~38 tps as a default. If i try out '-sm tensor' i get a nice bump to 53 tps but it tends to be quite buggy.
Now, if I add Qwen 3.5 0.8B as a draft model, i'm only seeing regressions. i've tried lowering the context and kv cache size to make it fit on the 3090's but the best i get is 33 tps, and even lower when combined with the ngram-mod (18 tps). What am i doing wrong?
Here's my setup:
Here are my test arguments
and without draft-model:
and with the ngram mod and -sm tensor:
If others have more luck than me, i'd be glad to see what is the magic recipe!
Thanks
All reactions