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

cyber-ken-v3 GGUF

Cybersecurity + tool-calling specialist. Fine-tuned from Qwopus3.5-9B on 153K examples.

Quick Start (Ollama)

ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q4_K_M
ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q5_K_M
ollama run hf.co/XChava/cyber-ken-v3-GGUF:Q8_0

Quant Sizes

Quant Size Min VRAM Quality
Q4_K_M ~5.4 GB 6 GB Good
Q5_K_M ~6.5 GB 8 GB Better
Q8_0 ~9.5 GB 11 GB Best

Tool Call Format

<tool_call>
{"name": "subfinder", "arguments": {"domain": "example.com"}}
</tool_call>
Downloads last month
39
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for XChava/cyber-ken-v3-GGUF