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

Original model: https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct

Tested on Snapdragon X Elite with LM Studio 0.3.2 ARM64 Technology Preview https://lmstudio.ai/snapdragon

Avg answer Speed: 24 tok/s

LM Studio Settings:

Before System: <|im_start|>system\n
After System: <|im_end|>\n
Before User: <|im_start|>user\n
After User: <|im_end|>\n
Before Assistant: <|im_start|>assistant\n
After Assistant: <|im_end|>\n
Downloads last month
60
GGUF
Model size
16B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for pipilok/DeepSeek-Coder-V2-Lite-Instruct-Q4_0_4_8-GGUF

Quantized
(66)
this model