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

Beholder β€” GGUF (native / local)

GGUF build of the Beholder state-extractor for native local runtimes β€” llama.cpp, LM Studio, KoboldCpp, Ollama, and any OpenAI-compatible local server.

Beholder reads roleplay / narrative prose and emits structured character state β€” clothing, colors, materials, held items, and wounds β€” per body slot.

Files

  • Beholder-Q8_0.gguf β€” 8-bit quant (recommended; best quality/size for a model this small)

Running in the browser instead? Use the WebGPU build β†’ GetBeholder/Beholder-q4f16.

License

PolyForm Noncommercial 1.0.0. Commercial use by permission.

Downloads last month
63
GGUF
Model size
0.8B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

8-bit

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