ops-malware/qwen3-1.7b-abliterated-GGUF
qwen3-1.7b-abliterated-GGUF
GGUF builds of ops-malware/qwen3-1.7b-abliterated, for llama.cpp, Ollama, LM Studio and Jan.
The parent card carries what this model is, how it was made, what abliteration did to it, and the evaluation numbers. Read it before using these weights: this model does not refuse, which is the entire point of it and the thing to understand before downloading.
Files
Both were converted from the parent's safetensors with convert_hf_to_gguf.py and quantised with llama-quantize. Each file was loaded and asked to generate before publication, because a GGUF that converts but does not run is exactly the kind of thing that ships broken.
Usage
llama.cpp
llama-server -m qwen3-1.7b-Q4_K_M.gguf -c 4096Ollama
ollama run hf.co/ops-malware/qwen3-1.7b-abliterated-GGUF:Q4_K_MPython, via huggingface_hub
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="ops-malware/qwen3-1.7b-abliterated-GGUF",
filename="qwen3-1.7b-Q4_K_M.gguf",
)Limitations
Everything on the parent card applies here unchanged, plus the usual quantisation caveat: Q4KM trades some quality for size, and small models have less quality to spare than large ones. If a result matters, check it against the F16.
