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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Some of the Q4_K_4 quantized models I personally made. They can ONLY work on Ampere-optimized llama.cpp / ollama and will not work on anything else.

Downloads last month
90
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support