Views
No views yet
| File | Quant | Size |
|---|---|---|
Qwen3.6-VL-REAP-26B-A3B-text-Q4_K_M.gguf | Q4_K_M | ~15 GB |
Qwen3.6-VL-REAP-26B-A3B-text-IQ4_XS.gguf | IQ4_XS | ~14 GB |
Qwen3.6-VL-REAP-26B-A3B-text-Q3_K_S.gguf | Q3_K_S | ~11 GB |
mmproj-REAP-26B-F16.gguf | F16 (vision tower) | ~860 MB |
llama-perplexity on the wikitext-2-raw test split (580 chunks, n_ctx=512, ~297k tokens). Bench run on a single RTX PRO 6000 (Blackwell, 96 GB).| Quant | PPL | ΔPPL vs bf16 | Mean KLD | Top-1 token agree |
|---|---|---|---|---|
| bf16 (reference) | 9.2369 | — | 0 | 100% |
| Q4_K_M | 9.3858 | +1.62% | 0.0449 | 90.41% |
| IQ4_XS | 9.4293 | +2.08% | 0.0457 | 90.03% |
| Q3_K_S | 10.4822 | +13.51% | 0.1626 | 81.85% |
llama-cli -m Qwen3.6-VL-REAP-26B-A3B-text-Q4_K_M.gguf -cnv--mmproj. Both llama-mtmd-cli (one-shot image+prompt) and llama-server (OpenAI-compatible HTTP server with image input) are supported.1llama-mtmd-cli \
2 -m Qwen3.6-VL-REAP-26B-A3B-text-Q4_K_M.gguf \
3 --mmproj mmproj-REAP-26B-F16.gguf \
4 --image path/to/photo.jpg \
5 -p "Describe this image."/v1/chat/completions with image_url):1llama-server \
2 -m Qwen3.6-VL-REAP-26B-A3B-text-Q4_K_M.gguf \
3 --mmproj mmproj-REAP-26B-F16.gguf \
4 --port 8080image_url content part (data URL or http URL) — the server routes it through the mmproj automatically. Capability is advertised as multimodal on the /v1/models endpoint when --mmproj is set.convert_hf_to_gguf.py --mmproj pipeline.llama-mtmd-cli on two test images (a real-world product photo and a music album scan); both produced accurate descriptions including readable on-image text, matching expectations from the bf16 reference.