CoolFace
Modelpublic

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

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
3likes891downloads
Model Card

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

This repository contains the Q6_K 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-Q6_K.gguf -p "Your prompt here" -n 512 -t 8 -c 4096