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

determinex-sentinel

C7 Sentinel โ€” Architect / Oracle in the Determinex compiler-verified multi-agent coding system.

  • Base model: Mistral-7B-Instruct-v0.3 (7B)
  • Fine-tune: LoRA on the Determinex Semantic DSL corpus, compiler-validated
  • Ollama tag: determinex-sentinel-v5-dsl
  • Size: 7.17 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-sentinel-v5-dsl -f Modelfile
ollama run determinex-sentinel-v5-dsl

License

This model is a fine-tune of a base model licensed under Apache 2.0. Weights here are released under the same Apache 2.0 terms. See LICENSE in this repo.

Downloads last month
21
GGUF
Model size
7B params
Architecture
llama
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