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 bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
# Run inference directly in the terminal:
llama cli -hf bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
# Run inference directly in the terminal:
llama cli -hf bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
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 bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
# Run inference directly in the terminal:
./llama-cli -hf bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
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 bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
Use Docker
docker model run hf.co/bobchenyx/DeepSeek-R1-0528-HFK-GGUF:Q2_K
Quick Links

Llamacpp Quantizations of DeepSeek-R1-0528 (MLA version)

Original model: Adopting BF16 & Imatrix from unsloth/DeepSeek-R1-0528-GGUF.

  • Expert 2-bit : 210.78 GiB (2.70 BPW)

  • Expert 2-bit(XL) : 215.90 GiB (2.76 BPW)

Download Guide

# !pip install huggingface_hub hf_transfer
import os
os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1"
from huggingface_hub import snapshot_download
snapshot_download(
    repo_id = "bobchenyx/DeepSeek-R1-0528-HFK-GGUF",
    local_dir = "bobchenyx/DeepSeek-R1-0528-HFK-GGUF",
    allow_patterns = ["*Q2_K*"],
)
Downloads last month
18
GGUF
Model size
671B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware

2-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for bobchenyx/DeepSeek-R1-0528-HFK-GGUF

Quantized
(47)
this model

Collection including bobchenyx/DeepSeek-R1-0528-HFK-GGUF