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 zanish-labs/qwen3.5-2b-q4_k_m-gguf:Q4_K_M
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 "zanish-labs/qwen3.5-2b-q4_k_m-gguf:Q4_K_M" \
  --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

qwen3.5-2b-q4_k_m-GGUF

GGUF-converted and quantized derivative of Alibaba's Qwen3.5 2B for on-device inference.

Base Model

Conversion Details

  • Converter: llama.cpp convert_hf_to_gguf.py (upstream master, May 2026)
  • Quantization: Q4_K_M
  • GGUF Size: ~1.3 GB
  • Converted by: Zanish Labs / Voco

Runtime

  • Compatible with llama.cpp (CPU/NEON)
  • Tested on Voco iOS app (STQ1_0 backend, PR #22836)

Attribution

This is a converted/quantized derivative. The original model was created by Alibaba's Qwen Team and is licensed under Apache 2.0. See LICENSE file.

Links

Downloads last month
127
GGUF
Model size
2B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for zanish-labs/qwen3.5-2b-q4_k_m-gguf

Finetuned
Qwen/Qwen3.5-2B
Quantized
(210)
this model