Views
No views yet
Cyber label should be read as the repository variant name—not as a verified capability claim.| Variant | Approximate size | Practical use |
|---|---|---|
BF16 | 1.52 GB | Highest-fidelity reference build |
Q8_0 | 812 MB | High-quality local inference |
Q6_K | 630 MB | Smaller high-quality option |
Q4_K_M | 529 MB | Recommended size/quality starting point |
Q2_K_L | 484 MB | Minimum footprint; expect greater quality loss |
BF16-mmproj | 207 MB | Multimodal projector artifact; see caveat below |
llama.cpp build:1llama-cli \
2 -hf reaperdoesntknow/Qwen3.5-0.8-Cyber-GGUF:Q4_K_M \
3 --jinjaollama run hf.co/reaperdoesntknow/Qwen3.5-0.8-Cyber-GGUF:Q4_K_Mmmproj file and its configuration includes vision components. That establishes that a projector artifact is present; it does not establish that the end-to-end multimodal path was validated for this release. Verify image input locally before depending on it.