petr567/Qwen3.5-2B-MTP-fast-GGUF
Qwen3.5-2B MTP fast
Fast MTP profiles for Bartowski's Qwen3.5-2B Q4KM GGUF in LM Studio and llama.cpp Vulkan.
The GGUF weights are unchanged. The speed-up is enabled by the included LM Studio MTP load profile.
Files
LM Studio fast profile
- LM Studio 0.4.20 or newer
- context: up to 262,144 tokens
- parallel: 1
- Flash Attention: on
- KV cache GPU offload: on
- MTP: on
- maximum draft tokens: 2
- minimum continue probability: 0.20
Start LM Studio's local server on port 1234, then run:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\load_profile.ps1 -Profile ornith -ContextLength 262144RTX 4060 Laptop measurements
Mean decode speed, three runs per context, 128 generated tokens:
- maximum single run: 179.09 tok/s
- maximum repeated mean: 177.92 tok/s
- geometric mean speed-up over all contexts: 1.4497x
- maximum loaded context: 262,144 tokens
Test system: Windows 11, Intel Core i7-13650HX, 63.74 GiB RAM, NVIDIA RTX 4060 Laptop 8 GiB, LM Studio 0.4.20, llama.cpp CUDA runtime 2.27.1.
Ryzen AI MAX+ 395 / Radeon 8060S server measurements
Direct llama.cpp b9994 Vulkan A/B on the same GGUF and prompts. The server used a 262,144-token window, Q8_0 K/V cache, Flash Attention, full GPU offload, parallel 1, and three runs per context. Other resident AI services were idle during the test.
- maximum single run: 205.20 tok/s
- maximum repeated mean: 203.82 tok/s
- geometric mean speed-up over all contexts: 1.4393x
- deterministic output hashes matched at every context
Server: AMD Ryzen AI MAX+ 395 with Radeon 8060S, 128 GiB UMA, Ubuntu, llama.cpp b9994 (14d3ba45f), Vulkan.
Credits
- Base model: Qwen/Qwen3.5-2B
- GGUF quantization: bartowski/Qwen_Qwen3.5-2B-GGUF
