Abiray/Qwen3.5-2B-heretic-GGUF
2583
Qwen3.5-2B-heretic-GGUF
This repository contains GGUF quantizations for jordanwoodson/Qwen3.5-2B-heretic, alongside the mmproj-F16.gguf vision projector to enable multimodal (image-to-text) inference.
This model is good for edge devices and better performance.
Stop Sequence
Please ensure you update the stop sequence in your inference client to: <|im_end|>
Available Files
Usage with llama.cpp
You can run this model locally using the llama.cpp command-line interface.
Standard Text Inference
To run a standard text generation prompt, point llama-cli to your downloaded GGUF file:
./llama-cli -m Qwen3.5-2B-heretic-Q4_K_M.gguf -p "Write a quick Python script." -n 512