GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

manalejandro/DeepSeek-R1-Distill-Qwen-1-5B-f16-iq3_xxs-GGUF overview

DeepSeek R1 Distill Qwen 1.5B IQ3 XXS GGUF A heavily compressed GGUF quantization of DeepSeek R1 Distill Qwen 1.5B https://huggingface.co/deepseek ai/DeepSeek …

ggufdeepseekdeepseek-r1qwen2llama.cppiq3_xxsquantizationtext-generationenmultilingualbase_model:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Bbase_model:quantized:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5Blicense:mitregion:us

Runs locally from ~733.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.ggufGGUFF16733.4 MBDownload

Model Details

Model IDmanalejandro/DeepSeek-R1-Distill-Qwen-1-5B-f16-iq3_xxs-GGUF
Authormanalejandro
Pipelinetext-generation
Licensemit
Base modeldeepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
Last modified2026-08-27T04:26:55.000Z

Model README

---

license: mit

base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B

language:

- en

- multilingual

tags:

- gguf

- deepseek

- deepseek-r1

- qwen2

- llama.cpp

- iq3_xxs

- quantization

pipeline_tag: text-generation

---

DeepSeek-R1-Distill-Qwen-1.5B (IQ3_XXS GGUF)

A heavily compressed GGUF quantization of

DeepSeek-R1-Distill-Qwen-1.5B

— the smallest official DeepSeek reasoning model.

This card covers the single file:

| Property | Value |

|---|---|

| File | DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.gguf |

| Size | 733.44 MiB (769.07 MB) |

| Quantization | IQ3_XXS (≈ 3.06 bits/weight) |

| Parameters | 1.78B (total) / ~1.5B (active) |

| Architecture | Qwen2 |

| Context length | 32768 tokens |

| GGUF version | 3 (latest) |

Why this quantization

IQ3_XXS is the smallest IQ type that reliably completes the model's

[Start thinking] / [End thinking] reasoning chain. At ~0.77 GB the weights

load on any 4 GB-class GPU (e.g. GTX 1650) while still producing final answers

instead of degenerating into an infinite thinking loop.

> Note: even lighter quantizations exist (iq2_xxs at 2.06 bpw, ~0.56 GB)

> but on this reasoning model they frequently get stuck in the thinking loop

> and never emit the final answer.

It was produced from the F16 source with llama.cpp using an **importance

matrix** computed with llama-imatrix over a wikitext-2 calibration set. The

advertised context was capped at 32768 tokens so the KV cache fits a 4 GB GPU

when fully offloaded (-ngl 999).

Usage

llama.cpp (CLI)

llama-cli \
  -m DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.gguf \
  -p "What is the capital of France?" \
  -n 512 \
  -ngl 999 \
  -c 32768

llama-server (OpenAI-compatible API)

llama-server \
  -m DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.gguf \
  -ngl 999 \
  -c 32768 \
  --port 8080
# curl http://localhost:8080/v1/chat/completions ...

Docker Model Runner (docker model)

docker model package \
  --gguf DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.gguf \
  --context-size 32768 \
  deepseek-r1
docker model run deepseek-r1 "What is the capital of France?"

Ollama

ollama create deepseek-r1-iq3-xxs -f Modelfile   # FROM ./DeepSeek-R1-Distill-Qwen-1.5B-f16-iq3_xxs.gguf
ollama run deepseek-r1-iq3-xxs

Quality expectations

IQ3_XXS is an aggressive compression, but it stays coherent enough to finish

its reasoning and answer. Expect occasional arithmetic or factual slips and

less fluency than F16 / Q4_K_M. Give the model enough output tokens: the

DeepSeek-R1 chain-of-thought can use several hundred tokens before the answer

(e.g. request max_tokens >= 1024 from an API). For higher quality on the

same hardware, prefer Q4_K_M (~1.0 GB); for a smaller file, IQ2_M (~0.67 GB)

also works but is slightly less reliable.

Credits & license

Run manalejandro/DeepSeek-R1-Distill-Qwen-1-5B-f16-iq3_xxs-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models