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

determinex-observer-llama-3.2

C3 Observer β€” Monitor / error diagnosis in the Determinex compiler-verified multi-agent coding system.

  • Base model: Llama-3.2-3B-Instruct (3B)
  • Fine-tune: LoRA on the Determinex Semantic DSL corpus, compiler-validated
  • Ollama tag: determinex-observer-v6-dsl
  • Size: 3.06 GB (GGUF, quantized)

Determinex never trusts a model's output directly β€” every generation is verified against a real compiler/test oracle before it's accepted. This model is one of three specialists (Engineer / Observer / Sentinel) that coordinate through a shared latent space (the Rosetta Stone).

Usage

ollama create determinex-observer-v6-dsl -f Modelfile
ollama run determinex-observer-v6-dsl

License β€” Llama 3.2 Community License (important)

This model is a fine-tune of meta-llama/Llama-3.2-3B-Instruct and is governed by the Llama 3.2 Community License, not Apache 2.0. By downloading or using these weights you agree to that license and to Meta's Acceptable Use Policy.

Built with Llama.

Downloads last month
9
GGUF
Model size
3B params
Architecture
qwen2
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