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

VeriLoop Coder E1 — Abliterated (i1, imatrix) GGUF

GGUF quants of VeriLoop Coder E1 (Qwen3.6-27B, coding-tuned) with the refusal direction abliterated (heretic / LoRA-merge), quantized with imatrix importance calibration.

⚠️ What "abliterated" means here

  • The model was run through heretic v1.4.0 (200 trials) with --export-strategy=ADAPTER, then the LoRA was merged into the base weights.
  • Partial abliteration: refusal rate dropped from ~95% to 82/100 on harmful_behaviors. The model is less censorious but still refuses many requests — Qwen 3.6's four PEFT-adapters distribute refusal patterns across multiple subspaces, so a single direction was hard to find.
  • KL divergence ≈ 0.0003 — general capability is preserved; only the refusal direction is nudged.
  • Use at your own discretion; the weights are provided as-is.

Files

File Quant Size Notes
VeriLoop-Coder-E1-Abliterated-Q8_0.gguf Q8_0 26.6 GB Reference (no imatrix needed)
abl_iq4_nl.gguf IQ4_NL 14.7 GB Best quality/size balance
abl_iq4_xs.gguf IQ4_XS 14.1 GB Faster, slightly lower quality
abl_iq3_xxs.gguf IQ3_XXS 10.4 GB Good for 12-16 GB VRAM
abl_iq2_xxs.gguf IQ2_XXS 7.9 GB Fits 8 GB VRAM, quality drops
imatrix.dat 10 MB Importance matrix used for IQ quants

All IQ quants were produced with the included imatrix.dat (code-focused calibration dataset).

Original model

  • Base: VeriLoop Coder E1 (Qwen3.6-27B)
  • SWE-bench Verified: 85.2% | SWE-bench Pro: 62.4% | Terminal-Bench 2.0: 76.4%

Usage (llama.cpp)

llama-cli -m abl_iq4_nl.gguf -p "def fib(n):" -n 64
# or with a server:
llama-server -m abl_iq4_nl.gguf -c 8192 --port 8080

imatrix.dat can be re-applied with llama-quantize --imatrix imatrix.dat if you want to re-quantize.

License

Apache-2.0 (same as the original).

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

2-bit

3-bit

4-bit

8-bit

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

Model tree for asmanovlev/veriloop-coder-e1-heretic-i1-GGUF

Base model

Qwen/Qwen3.6-27B
Quantized
(3)
this model