31 Downloads Updated 3 days ago
ollama run smtek/Qwen3.8-27B-AD:IQ4_XS
The Qwen3.8-27B model optimized for Ollama, utilizing the Atomic Dynamic (AD) layout structure to reduce quantization loss.
smtek/Qwen3.8-27B-ADIQ4_XSBy default, Ollama allocates the KV-Cache in f16, which will exceed VRAM over long contexts. To run stably up to the full 256K window, set these environment variables in your system (/etc/systemd/system/ollama.service.d/override.conf on Linux):
[Service]
Environment="OLLAMA_FLASH_ATTENTION=1"
Environment="OLLAMA_KV_CACHE_TYPE=q8_0"
q4_0) cache quantization.After editing, reload and restart:
sudo systemctl daemon-reload
sudo systemctl restart ollama
For more details, please refer to the source repository on https://huggingface.co/AtomicChat/Qwen3.8-27B-GGUF