CoolFace
Modelpublic

Abiray/Qwen3.6-35B-A3B-heretic-Q4_K_M-GGUF

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
8likes678downloads
Model Card

Qwen3.6-35B-A3B-heretic Q4KM GGUF

This repository hosts the dedicated Q4_K_M GGUF quantization of the `tvall43/Qwen3.6-35B-A3B-heretic` model.

This repository is designed for users who want to quickly download the recommended quantization without having to select from a larger multi-file repository.

📦 Looking for other quantizations? If you need different sizes (like Q3KM, Q8_0, etc.), please visit the main repository: [https://huggingface.co/Abiray/Qwen3.6-35B-A3B-heretic-GGUF).

Usage with llama.cpp

You can run this model using the latest versions of llama.cpp (built via cmake).

1. CLI Inference

To run inference via the command line:

bash
./build/bin/llama-cli -m Qwen3.6-35B-A3B-heretic-Q4_K_M.gguf -p "Explain the concept of quantum entanglement." -n 512