How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Abiray/Huihui-Qwen3.5-9B-abliterated-GGUF:
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 "Abiray/Huihui-Qwen3.5-9B-abliterated-GGUF:" \
  --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"
Quick Links

Huihui-Qwen3.5-9B-abliterated - GGUF

This repository contains GGUF format model files for huihui-ai/Huihui-Qwen3.5-9B-abliterated.

💾 Provided Files and Quantizations

We provide a spectrum of quantizations to suit different hardware capabilities. If you are unsure which to choose, Q4_K_M is the recommended standard for the best balance of speed, size, and reasoning retention.

Filename Quant Type File Size Recommended RAM/VRAM Use Case
Huihui-Qwen3.5-9B-abliterated-Q4_K_S.gguf Q4_K_S ~5.1 GB 8 GB Fastest inference, lowest memory footprint.
Huihui-Qwen3.5-9B-abliterated-Q4_K_M.gguf Q4_K_M ~5.4 GB 8 GB Recommended. Best balance of quality and size.
Huihui-Qwen3.5-9B-abliterated-Q5_K_S.gguf Q5_K_S ~6.1 GB 10 GB Slightly higher quality, needs more memory.
Huihui-Qwen3.5-9B-abliterated-Q5_K_M.gguf Q5_K_M ~6.3 GB 10 GB Excellent reasoning retention for 12GB+ GPUs.
Huihui-Qwen3.5-9B-abliterated-Q6_K.gguf Q6_K ~7.4 GB 12 GB Near-lossless quality.
Huihui-Qwen3.5-9B-abliterated-Q8_0.gguf Q8_0 ~9.6 GB 16 GB Virtually indistinguishable from the F16 base model.

🚀 How to Use

These GGUF files are fully compatible with popular local AI software, including:

  • LM Studio
  • Ollama
  • Jan
  • text-generation-webui (Oobabooga)
  • llama.cpp

Prompt Format (ChatML)

Qwen models strictly use the ChatML format for prompting. Your system prompt and user inputs must be wrapped exactly like this:

<|im_start|>system
You are a helpful assistant.<|im_end|>
<|im_start|>user
Write a simple Python script.<|im_end|>
<|im_start|>assistant
Downloads last month
2,206
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

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

Model tree for Abiray/Huihui-Qwen3.5-9B-abliterated-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(16)
this model