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

determinex-engineer

C1 Engineer โ€” Builder in the Determinex compiler-verified multi-agent coding system.

  • Base model: Qwen2.5-Coder-1.5B-Instruct (1.5B)
  • Fine-tune: LoRA on the Determinex Semantic DSL corpus, compiler-validated
  • Ollama tag: determinex-engineer-v11-dsl
  • Size: 1.53 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-engineer-v11-dsl -f Modelfile
ollama run determinex-engineer-v11-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
119
GGUF
Model size
2B 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