How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf darthceltic85/determinex-engineer
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "darthceltic85/determinex-engineer" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
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
122
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