Views
No views yet
| Repo | Best for | Contents |
|---|---|---|
| Qwen3-VL-4b-Heretic | transformers, vLLM, HF Hub | bf16 weights with config, vision encoder preserved |
| Qwen3-VL-4b-Heretic-GGUF (this repo) | llama.cpp, Ollama, LM Studio, ComfyUI-GGUF | GGUF quants from Q3_K_M up to F16 (text path) |
| Qwen3-VL-4b-Heretic-ComfyUI | ComfyUI text encoder | bf16, fp8, int8, nvfp4 and mxfp8 checkpoints |
| Base | Heretic | |
|---|---|---|
| HarmBench ASR | 30.8% | 100% |
| KL divergence (lower is better) | 0.0283 (lowest of the candidates) | |
| GSM8K | 78.62% | 77.18% (−1.83%, smallest drop) |
| MMLU | 69.58% | 69.61% (+0.03%) |
| Tensors changed | 54 (pure rank-1) |
| File | Quant | Size | Notes |
|---|---|---|---|
qwen3-vl-4b-heretic-f16.gguf | F16 | 7.5 GB | Lossless reference |
qwen3-vl-4b-heretic-Q8_0.gguf | Q8_0 | 4.0 GB | Excellent quality |
qwen3-vl-4b-heretic-Q6_K.gguf | Q6_K | 3.1 GB | Very good quality |
qwen3-vl-4b-heretic-Q5_K_M.gguf | Q5_K_M | 2.7 GB | Good quality |
qwen3-vl-4b-heretic-Q5_K_S.gguf | Q5_K_S | 2.7 GB | Slightly smaller Q5 |
qwen3-vl-4b-heretic-Q4_K_M.gguf | Q4_K_M | 2.4 GB | Recommended balance |
qwen3-vl-4b-heretic-Q4_K_S.gguf | Q4_K_S | 2.3 GB | Smaller Q4 variant |
qwen3-vl-4b-heretic-Q3_K_M.gguf | Q3_K_M | 2.0 GB | Low VRAM only |
Vision note: these GGUF builds target the text path. For Qwen3-VL vision support, use the bf16 / transformers repo or a ComfyUI checkpoint.
llama-server -m qwen3-vl-4b-heretic-Q4_K_M.gguf -c 8192 --port 8080llama-cli -m qwen3-vl-4b-heretic-Q4_K_M.gguf -p "Explain why the sky is blue, step by step.".gguf file into ComfyUI/models/unet/ (or wherever your GGUF loader expects it).