How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Kebob/DeepSeek-R1-0528-IK_GGUF
# Run inference directly in the terminal:
llama cli -hf Kebob/DeepSeek-R1-0528-IK_GGUF
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Kebob/DeepSeek-R1-0528-IK_GGUF
# Run inference directly in the terminal:
llama cli -hf Kebob/DeepSeek-R1-0528-IK_GGUF
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Kebob/DeepSeek-R1-0528-IK_GGUF
# Run inference directly in the terminal:
./llama-cli -hf Kebob/DeepSeek-R1-0528-IK_GGUF
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Kebob/DeepSeek-R1-0528-IK_GGUF
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Kebob/DeepSeek-R1-0528-IK_GGUF
Use Docker
docker model run hf.co/Kebob/DeepSeek-R1-0528-IK_GGUF
Quick Links

ik_llama.cpp quantizations of DeepSeek-R1-0528

Quantized using ik_llama.cpp build = 3788 (4622fadc)

NOTE: These quants MUST be run using the llama.cpp fork, ik_llama.cpp

Credits to @ubergarm for his DeepSeek quant recipes for which these quants were based on.

name file size quant type bpw
DeepSeek-R1-0528-IQ4_KT 322.355 GiB IQ4_KT (97.5%) / Q8_0 (2.5%) 4.127
Downloads last month
11
GGUF
Model size
671B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Kebob/DeepSeek-R1-0528-IK_GGUF

Quantized
(47)
this model