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

DeepSeek-V4-Flash-0731-IQ2XXS-STRIX

Quantized DeepSeek V4 Flash (0731) GGUF for AMD Strix Halo (gfx1151).

Details

  • Base model: DeepSeek V4 Flash 0731 (284B MoE)
  • Quantization source: tekosML (DeepSeek-V4-Flash-0731-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-imatrix)
  • File size: 86.72 GB
  • Architecture: 43 routed layers, 256 experts/layer (6 active), 4-stream hyper-connections

Quant Recipe

Tensor group Type
Attention projections Q8_0
Shared experts Q8_0
Output head Q8_0
Token embedding F16
Routed gate/up experts IQ2_XXS
Routed down experts Q2_K

Recommended Runtime

Run with the julianmb/ds4fa engine on 128 GB Strix Halo:

DS4_ROCM_STREAM_MODEL_CACHE_GB=48 ./ds4 -m DeepSeek-V4-Flash-0731-IQ2XXS-STRIX.gguf -c 512 \
  --ssd-streaming --ssd-streaming-cache-experts 32GB \
  -p "What is the capital of France?" --think --tokens 60
Downloads last month
184
GGUF
Model size
284B params
Architecture
deepseek4
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for julianmb/DeepSeek-V4-Flash-0731-IQ2XXS-STRIX

Quantized
(193)
this model