How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf interpolators/FableOpus-9B-Linear-GGUF:
# Run inference directly in the terminal:
llama cli -hf interpolators/FableOpus-9B-Linear-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf interpolators/FableOpus-9B-Linear-GGUF:
# Run inference directly in the terminal:
llama cli -hf interpolators/FableOpus-9B-Linear-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf interpolators/FableOpus-9B-Linear-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf interpolators/FableOpus-9B-Linear-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf interpolators/FableOpus-9B-Linear-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf interpolators/FableOpus-9B-Linear-GGUF:
Use Docker
docker model run hf.co/interpolators/FableOpus-9B-Linear-GGUF:
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
373
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