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

darkc0de/Agent.Xortron-Q5_K_M-GGUF

This model was converted to GGUF format from darkc0de/Agent.Xortron using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

177228927977544653

image

Qwen3.5 27B, Heretic'd, Xortron'd, fine-tuned for use with Hermes Agent.

  • Developed by: darkc0de
  • License: apache-2.0
  • Finetuned from model : darkc0de/XORTRON.CriminalComputing.2026.27B.NEXT

Downloads last month
153
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for darkc0de/Agent.Xortron-Q5_K_M-GGUF

Base model

Qwen/Qwen3.5-27B
Quantized
(1)
this model

Dataset used to train darkc0de/Agent.Xortron-Q5_K_M-GGUF