granite-4.1-30b-abliterated
from ibm-granite/granite-4.1-30b
ai.granite-vision-3.2-2b-abliterated is a refusal-ablated variant of huihui-ai/granite-vision-3.2-2b-abliterated, published on Hugging Face by DevQuasar-5. It is 2B parameters and runs on a laptop CPU class. It is distributed across 2 repositories in GGUF format, totalling 15.7K downloads.
How ai.granite-vision-3.2-2b-abliterated was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“Quantized version of: huihui-ai/granite-vision-3.2-2b-abliterated”
Commands are templates — confirm the exact repository and quant file before use.
hf download DevQuasar-5/huihui-ai.granite-vision-3.2-2b-abliterated-GGUF --local-dir ./ai.granite-vision-3.2-2b-abliterated
llama-cli -m ./ai.granite-vision-3.2-2b-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "DevQuasar-5/huihui-ai.granite-vision-3.2-2b-abliterated-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve DevQuasar-5/huihui-ai.granite-vision-3.2-2b-abliterated-GGUF --trust-remote-codeThe only published repository of ai.granite-vision-3.2-2b-abliterated.
| Repository | Format | Downloads |
|---|---|---|
| DevQuasar-5/huihui-ai.granite-vision-3.2-2b-abliterated-GGUFsource | GGUF | 15.7K |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for ai.granite-vision-3.2-2b-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with DevQuasar-5, and does not independently verify publisher claims. See responsible use.