Views
No views yet
lukey03/Qwen3.5-9B-abliterated
(Apache-2.0; base model Qwen/Qwen3.5-9B). Abliteration removes the refusal direction from
the residual stream, so the model does not spontaneously over-refuse benign mid-trajectory
sub-steps.parasite endpoint: given a stalled agent trajectory and its action ledger, forge the next
valid tool call. Serve it via any GGUF runtime (llama.cpp / llama-server, Ollama, LM Studio):1llama-server -m agent-abliterated-9b-Q4_K_M.gguf --port 8009
2# point AgentAblit's parasite.url at http://127.0.0.1:8009/v1/chat/completionsDual-use disclosure. This is security-research-adjacent software published in the spirit of PAIR / GPTFuzz -- for research and authorized use only: reproduce/study the results, build defenses and benchmarks, operate agents you own or are explicitly authorized to operate. Not for bypassing safety controls on systems, models, or accounts you do not own.
docs/PROPOSAL.md).| File | Quant | Size | Notes |
|---|---|---|---|
agent-abliterated-9b-Q4_K_M.gguf | Q4_K_M | ~5.6 GB | Recommended; runs in ~8 GB VRAM / CPU-friendly |
lukey03/Qwen3.5-9B-abliterated
(Apache-2.0), which derives from Qwen/Qwen3.5-9B. Attribution is preserved per that license.