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

Q4_K_X.gguf

"Q4_K_X" is an unofficial llama.cpp quantization scheme. The GGUF models available in this repo are quantized as follows:

Tensor name GGML type
token_embd Q4_K
ffn_gate Q4_K
ffn_up Q4_K
ffn_down Q5_K
attn_k Q8_0
attn_q Q4_K
attn_v Q8_0
attn_output Q5_K
output Q8_0
Downloads last month
371
GGUF
Model size
71B params
Architecture
llama
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