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 interpolators/FableOpus-9B-Linear-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 "interpolators/FableOpus-9B-Linear-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

FableOpus-9B-Linear GGUF

GGUF quantizations for interpolators/FableOpus-9B-Linear.

This repo includes the requested llama.cpp quantizations in one place:

  • FableOpus-9B-Linear-Q2_K.gguf (3.56 GiB)
  • FableOpus-9B-Linear-Q3_K_M.gguf (4.31 GiB)
  • FableOpus-9B-Linear-Q4_K_M.gguf (5.24 GiB)
  • FableOpus-9B-Linear-Q6_K.gguf (6.85 GiB)
  • FableOpus-9B-Linear-Q8_0.gguf (8.87 GiB)

Source Model

  • Source: interpolators/FableOpus-9B-Linear
  • Family: Qwen3.5 9B
  • Merge method: linear
  • Merge recipe: Fable 0.56, Opus 0.29, Opus v2 0.15
  • GGUF tooling: latest ggml-org/llama.cpp built in Modal
  • Intermediate: bf16 GGUF, deleted after quantization

Usage

llama-cli -m FableOpus-9B-Linear-Q4_K_M.gguf -p "Write a concise plan for evaluating this model."

Use Q4_K_M as a practical default, Q6_K or Q8_0 for higher quality, and Q2_K / Q3_K_M when size matters most.

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

2-bit

3-bit

4-bit

6-bit

8-bit

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