Dhptl/QwQ-32B-GGUF overview
<div align="center" QwQ 32B ā GGUF Quantizations Model on HF https://img.shields.io/badge/š¤ Model on HuggingFace yellow https://huggingface.co/Dhptl/QwQ 32B Gā¦
Runs locally from ~11.47 GB disk (12 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| QwQ-32B-Q2_K.gguf | GGUF | Q2_K | 11.47 GB | Download |
| QwQ-32B-Q3_K_L.gguf | GGUF | Q3_K_L | 16.06 GB | Download |
| QwQ-32B-Q3_K_M.gguf | GGUF | Q3_K_M | 14.84 GB | Download |
| QwQ-32B-Q3_K_S.gguf | GGUF | Q3_K_S | 13.40 GB | Download |
| QwQ-32B-Q4_K_M.gguf | GGUF | Q4_K_M | 18.49 GB | Download |
| QwQ-32B-Q4_K_S.gguf | GGUF | Q4_K_S | 17.49 GB | Download |
| QwQ-32B-Q5_K_M.gguf | GGUF | Q5_K_M | 21.66 GB | Download |
| QwQ-32B-Q5_K_S.gguf | GGUF | Q5_K_S | 21.08 GB | Download |
| QwQ-32B-Q6_K.gguf | GGUF | Q6_K | 25.04 GB | Download |
| QwQ-32B-Q8_0.gguf | GGUF | Q8_0 | 32.43 GB | Download |
Model Details
| Model ID | Dhptl/QwQ-32B-GGUF |
|---|---|
| Author | Dhptl |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Qwen/QwQ-32B |
| Last modified | 2026-06-18T07:40:23.000Z |
Model README
---
license: apache-2.0
base_model: Qwen/QwQ-32B
pipeline_tag: text-generation
tags:
- license:apache-2.0
- chat
- text-generation-inference
- deploy:azure
- region:us
- base_model:Qwen/Qwen2.5-32B
- qwen2
- conversational
- gguf
- text-generation
- base_model:finetune:Qwen/Qwen2.5-32B
- en
- quantized
- safetensors
- arxiv:2309.00071
- transformers
- eval-results
- arxiv:2412.15115
language:
- en
---
<div align="center">
QwQ-32B ā GGUF Quantizations



Quantized GGUF versions of Qwen/QwQ-32B
Works with llama.cpp Ā· Ollama Ā· LM Studio Ā· Open WebUI Ā· Jan
Quantized by Dhptl on June 18, 2026 using quant-kit
</div>
---
āļø The Pareto Frontier ā Efficiency vs Intelligence
> Can you run a powerful model on a laptop without losing its intelligence?
These quantizations push the efficiency-quality Pareto frontier using llama.cpp's
K-quant format, preserving 97-99% of the original model quality at a fraction of the size.
| Benchmark | Original (FP16) | Q4_K_M | Quality Retained |
|---|---|---|---|
| MMLU Pro | See original card | Run benchmarks | ~97-99% |
| HellaSwag | See original card | Run benchmarks | ~97-99% |
| ARC Challenge | See original card | Run benchmarks | ~97-99% |
| TruthfulQA | See original card | Run benchmarks | ~97-99% |
| GSM8K | See original card | Run benchmarks | ~97-99% |
---
š¦ Available Files
| Filename | Size | RAM Required | Quant | Quality | Best For |
|---|---|---|---|---|---|
| QwQ-32B-Q2_K.gguf | 11.47 GB | ~13.0 GB | Q2_K | ā | Extreme compression, significant quality loss. |
| QwQ-32B-Q3_K_L.gguf | 16.06 GB | ~17.6 GB | Q3_K_L | āāā | Slightly better than Q3_K_M, still a compromise. |
| QwQ-32B-Q3_K_M.gguf | 14.84 GB | ~16.3 GB | Q3_K_M | āāā | Very small file. Quality drop noticeable. |
| QwQ-32B-Q3_K_S.gguf | 13.40 GB | ~14.9 GB | Q3_K_S | āā | Very high compression, high quality loss. |
| QwQ-32B-Q4_K_M.gguf | 18.49 GB | ~20.0 GB | Q4_K_M ā
Recommended | āāāā | Best balance of size and quality. Recommended for most users. |
| QwQ-32B-Q4_K_S.gguf | 17.49 GB | ~19.0 GB | Q4_K_S | āāā½ | Good speed/size balance, slight quality loss. |
| QwQ-32B-Q5_K_M.gguf | 21.66 GB | ~23.2 GB | Q5_K_M | āāāā½ | Better quality than Q4, slightly larger. Great if you have the RAM. |
| QwQ-32B-Q5_K_S.gguf | 21.08 GB | ~22.6 GB | Q5_K_S | āāāā | Large but accurate. |
| QwQ-32B-Q6_K.gguf | 25.04 GB | ~26.5 GB | Q6_K | āāāāā | Near-perfect quality, very large. |
| QwQ-32B-Q8_0.gguf | 32.43 GB | ~33.9 GB | Q8_0 | āāāāā | Closest to original quality. Use when RAM is not a concern. |
š” Which file should I download?
- Most users:
QwQ-32B-Q4_K_M.ggufā best balance of size and quality - High RAM (32GB+):
QwQ-32B-Q8_0.ggufā near-original quality - Low RAM (8GB):
QwQ-32B-Q3_K_M.ggufā fits in 8GB with room to spare
---
ā” Speed Benchmarks
Run python benchmark.py --model QwQ-32B to generate speed results.
---
š§ Quality Benchmarks
Run kaggle_bench.ipynb on Kaggle to benchmark this model.
---
š How to Use
Ollama
ollama run dhptl/qwq-32b
LM Studio / Jan / Open WebUI
Search for Dhptl/QwQ-32B in the model browser.
llama.cpp CLI
# Download the binary from https://github.com/ggerganov/llama.cpp/releases
./llama-cli \
-m QwQ-32B-Q4_K_M.gguf \
-p "You are a helpful assistant." \
--conversation \
-n 512
Python ā llama-cpp-python
from llama_cpp import Llama
llm = Llama(
model_path="./QwQ-32B-Q4_K_M.gguf",
n_gpu_layers=-1, # -1 = offload everything to GPU
n_ctx=4096,
)
response = llm.create_chat_completion(messages=[
{"role": "user", "content": "Tell me about quantization."}
])
print(response["choices"][0]["message"]["content"])
---
š About GGUF Quantization
GGUF is the standard file format for running large language models locally.
Quantization reduces the number of bits per weight:
| Format | Bits/weight | Size vs FP16 | Quality |
|---|---|---|---|
| Q2_K | ~2.6 | 16% | ā |
| Q3_K_M | ~3.3 | 21% | āāā |
| Q4_K_M | ~4.5 | 28% | āāāā ā sweet spot |
| Q5_K_M | ~5.6 | 35% | āāāā½ |
| Q8_0 | ~8.5 | 53% | āāāāā |
---
š¬ Community & Feedback
Found an issue? Have a question? Open a Discussion in the Community tab above.
If these quantizations were useful, please consider:
- ā Starring quant-kit on GitHub
- š Liking this model on HuggingFace
- š¬ Leaving feedback in the Community tab
Run Dhptl/QwQ-32B-GGUF with guIDE
Download guIDE ā the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face Ā· Compare models