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 Pinkstackorg/Qwen-3.5-upscaled-14B-noft-q8_0-GGUF:F32
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 "Pinkstackorg/Qwen-3.5-upscaled-14B-noft-q8_0-GGUF:F32" \
  --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

q8_0 gguf - tested.

This model is a ~14B parameter upscale of Qwen/Qwen3.5-9B. It has been merged with the base model to boost knowledge while keeping instruction following, because the base model was actually trained with some instruct-like examples.

You should fine-tune this model for it to be fully useable, while it has potential and all capabilities are still intact including vision, it currently faces looping issues, lower quality reasoning/COT. Due to mergekit not supporting qwen3.5, we used a custom layer-wise merge method.

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

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Pinkstackorg/Qwen-3.5-upscaled-14B-noft-q8_0-GGUF

Quantized
(1)
this model