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

Logos Theological 9B (GGUF)

Gemma 2 9B fine-tuned for structural biblical analysis. Identifies patterns โ€” kenosis, authority, inversion โ€” without claiming theological authority. Engages mystery without resolving it.

Usage

Requires Ollama.

# Create model
ollama create logos-bible -f Modelfile

# Chat
ollama run logos-bible

Model Details

  • Base: Google Gemma 2 9B
  • Format: GGUF (quantized)
  • Size: ~6.2 GB
  • RAM required: 16 GB minimum
  • Research: The Instrument Trap

Access

This is a gated model. Request access and it will be manually approved.

License

Research use. Contact Rafael Rodriguez for commercial licensing.

Downloads last month
24
GGUF
Model size
9B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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