CoolFace
Modelpublic

Abiray/Qwen3.6-35B-A3B-Q3_K_M-GGUF

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
1likes341downloads
Model Card

Qwen3.6-35B-A3B - Q3KM GGUF Quantization

This repository contains the Q3_K_M GGUF format of the Qwen3.6-35B-A3B model.

These files were quantized by Abiray using llama.cpp to make the model accessible for consumer hardware and CPU-heavy environments.

๐Ÿ“ฆ Other Available Formats

I have processed this model into several different quantization formats. You can find them in my other repositories:

๐Ÿ’ป How to run with llama.cpp

You can run this model locally using llama-cli from the llama.cpp project.

bash
# Example command (adjust threads and context size to your machine)
./llama-cli -m Qwen3.6-35B-A3B-Q3_K_M.gguf -p "Your prompt here" -n 512 -t 8 -c 4096