GGUFs in transformers natively!
Hey there folks! Aritra here from Hugging Face. I wanted to update you all about the latest changes in `transformers`. We now natively support GGUFs (llama cpp quants). You can use it like so: from transformers import AutoModelForCausalLM, AutoTokenizer model_id = "unsloth/Qwen3.5-4B-GGUF" filename…
Read the full story at r/LocalLLaMA ↗
Timeline · 1 report
- 2026-09-23 05:57 · r/LocalLLaMA
GGUFs in transformers natively!