How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "bingleai/FableOpus-9B-Delta-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "bingleai/FableOpus-9B-Delta-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/bingleai/FableOpus-9B-Delta-GGUF:
Quick Links

FableOpus-9B-Delta GGUF

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

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

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

Source Model

  • Source: interpolators/FableOpus-9B-Delta
  • Family: Qwen3.5 9B
  • Merge method: delta_linear
  • Merge recipe: Fable 0.38, Opus 0.42, Opus v2 0.20
  • GGUF tooling: latest ggml-org/llama.cpp built in Modal
  • Intermediate: bf16 GGUF, deleted after quantization

Usage

llama-cli -m FableOpus-9B-Delta-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
59
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