Views
No views yet
unsloth/Qwen3.5-0.8B that transcribes images of mathematical
equations into LaTeX. Quantized to Q4_K_M for CPU inference.| File | Size | Purpose |
|---|---|---|
Qwen3.5-0.8B.Q4_K_M.gguf | 542 MB | Quantized language model |
Qwen3.5-0.8B.F16-mmproj.gguf | 205 MB | Vision projector — required |
--mmproj gives you a text-only
model with no ability to see images.llama.cpp:1llama-mtmd-cli \
2 -m Qwen3.5-0.8B.Q4_K_M.gguf \
3 --mmproj Qwen3.5-0.8B.F16-mmproj.gguf \
4 --image equation.png \
5 -p "Convert the equation in the image to LaTeX." \
6 --temp 0.1