How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
# Run inference directly in the terminal:
llama-cli -hf dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
# Run inference directly in the terminal:
llama-cli -hf dranger003/deepseek-coder-33b-instruct-iMat.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 dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
# Run inference directly in the terminal:
./llama-cli -hf dranger003/deepseek-coder-33b-instruct-iMat.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 dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
Use Docker
docker model run hf.co/dranger003/deepseek-coder-33b-instruct-iMat.GGUF:
Quick Links

GGUF importance matrix (imatrix) quants for https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.

2024-03-13: Updated IQ1_S using latest commit 19885d20. More info here and here.

Layers Context Template
62
16384
{instructions}
### Instruction:
{prompt}
### Response:
{response}
Downloads last month
201
GGUF
Model size
33B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

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