GGUF
English
Spanish
qwen3
security
cybersecurity
offensive-security
sft
unsloth
tooling
nuclei
exploit-development
bug-bounty
pentesting
thinking
conversational
imatrix
Instructions to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with 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 BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K # Run inference directly in the terminal: llama cli -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K # Run inference directly in the terminal: llama cli -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
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 BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K # Run inference directly in the terminal: ./llama-cli -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
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 BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Use Docker
docker model run hf.co/BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
- LM Studio
- Jan
- Ollama
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with Ollama:
ollama run hf.co/BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
- Unsloth Desktop
- Pi
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with Docker Model Runner:
docker model run hf.co/BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
- Lemonade
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Run and chat with the model
lemonade run user.BugTraceAI-CORE-Ultra-27B-Q6-Q6_K
List all available models
lemonade list
- Hermes Agent
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6 with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K
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 "BugTraceAI/BugTraceAI-CORE-Ultra-27B-Q6:Q6_K" \ --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"
Add minimum hardware requirements section
Browse files
README.md
CHANGED
|
@@ -85,7 +85,39 @@ This is fundamentally different from a **reasoning model** (like Apex), which ex
|
|
| 85 |
|
| 86 |
---
|
| 87 |
|
| 88 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
Benchmarked on 2026-05-11 at temperature 0.1 and 0.3.
|
| 91 |
|
|
|
|
| 85 |
|
| 86 |
---
|
| 87 |
|
| 88 |
+
## οΏ½ Minimum Hardware Requirements
|
| 89 |
+
|
| 90 |
+
Getting a 27B model running well on consumer hardware is not trivial β it requires careful quantization. The IMatrix-guided Q4_K_S used here preserves quality in the most critical weight layers, so you get near-F16 performance at a fraction of the VRAM cost.
|
| 91 |
+
|
| 92 |
+
**Q4_K_S β 15 GB (Recommended)**
|
| 93 |
+
|
| 94 |
+
- Minimum: **RTX 3090 (24 GB VRAM)** β full GPU offload, fast inference
|
| 95 |
+
- RTX 4090 (24 GB) β same, slightly faster
|
| 96 |
+
- RTX 4080 (16 GB) β runs with reduced context (2048β4096)
|
| 97 |
+
- A4000 (16 GB) β workstation-grade, solid for pipelines
|
| 98 |
+
- 2Γ RTX 3060 (12 GB) β split layers across GPUs with `-ts` flag
|
| 99 |
+
- CPU fallback: 64 GB+ RAM β slower but fully functional
|
| 100 |
+
|
| 101 |
+
**Q6_K β 21 GB (High Fidelity)**
|
| 102 |
+
|
| 103 |
+
- Minimum: **RTX 3090 / A5000 (24 GB VRAM)** β tight fit, recommended 4096 ctx
|
| 104 |
+
- A6000 (48 GB) β comfortable full offload
|
| 105 |
+
- H100 / A100 (80 GB) β server-grade, full context at speed
|
| 106 |
+
|
| 107 |
+
**Practical tip for llama-server:**
|
| 108 |
+
```bash
|
| 109 |
+
# RTX 3090/4090 β full GPU offload
|
| 110 |
+
./llama-server -m model.gguf -ngl 99 -c 4096 --port 8080
|
| 111 |
+
|
| 112 |
+
# RTX 4080 16GB β partial offload
|
| 113 |
+
./llama-server -m model.gguf -ngl 28 -c 2048 --port 8080
|
| 114 |
+
```
|
| 115 |
+
|
| 116 |
+
> The fact that this model runs on a single consumer GPU is the result of significant quantization work β IMatrix calibration on a domain-specific security corpus ensures the quality loss is minimal where it matters most.
|
| 117 |
+
|
| 118 |
+
---
|
| 119 |
+
|
| 120 |
+
## οΏ½π Tooling Benchmark β BugTraceAI Ultra Bench v1.0
|
| 121 |
|
| 122 |
Benchmarked on 2026-05-11 at temperature 0.1 and 0.3.
|
| 123 |
|