Views
No views yet
Qwen/Qwen3.5-0.8B-Base (native early-fusion multimodal) olduğu gibi Q4_K_M'e quantize edildi.
Budama YOK, yeniden eğitim YOK — kod + vision + reasoning yeteneği kayıpsız korunur.| Dosya | Açıklama | Boyut |
|---|---|---|
MVP/artifacts/gguf-vision/qwen35-text-Q4_K_M.gguf | Text backbone (24 katman, orijinal) | 497 MiB |
MVP/artifacts/gguf-vision/mmproj-F32.gguf | Vision projector (mmproj) | 402 MiB |
| Model | size | backend | ngl | test | t/s |
|---|---|---|---|---|---|
| qwen35 0.8B Q8_0 | 763.78 MiB | Vulkan | 99 | tg128 | 78.34 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 99 | tg128 | 85.10 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 99 | pp4096 | 684.35 |
| qwen35 0.8B Q4_K_M | 497.39 MiB | Vulkan | 0 (CPU) | tg128 | 47.83 |
llama-mtmd-cli ile CPU (ngl=0) VE GPU Vulkan (ngl=99) multimodal test:
çizilen test sahnesini kusursuz tanımladı — "A minimalist landscape features a brown house with a
red roof, a green field, and a yellow sun in a blue sky." (kahverengi ev + kırmızı çatı + yeşil
alan + sarı güneş + mavi gökyüzü). Chain-of-thought reasoning çalışıyor.1llama-mtmd-cli \
2 -m MVP/artifacts/gguf-vision/qwen35-text-Q4_K_M.gguf \
3 --mmproj MVP/artifacts/gguf-vision/mmproj-F32.gguf \
4 --image FOTO.jpg -p "Describe this image." \
5 -c 4096 -ngl 99 --image-min-tokens 1024