ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF overview
ZeroXClem/Qwen3.5 9B Fable 5 Quad Stock Q8 0 GGUF This model was converted to GGUF format from ZeroXClem/Qwen3.5 9B Fable 5 Quad Stock https://huggingface.co/Z…
Runs locally from ~875.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF |
|---|---|
| Author | ZeroXClem |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock |
| Last modified | 2026-07-03T14:14:00.000Z |
Model README
---
license: apache-2.0
language:
- en
tags:
- merge
- mergekit
- model_stock
- bfloat16
- qwen
- qwen3.5
- fable-5
- distill
- ZeroXClem
- llama-cpp
- gguf
base_model: ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock
pipeline_tag: text-generation
library_name: transformers
---
ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF
This model was converted to GGUF format from ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock using llama.cpp (master) on Modal.
Refer to the original model card for more details on the model.
> Rebuilt 2026-07-03: the original conversion inherited a stale mtp_num_hidden_layers = 1 from the merge config (mergekit drops the mtp.* tensors of models that not all donors share, but copies the base config verbatim), so the GGUF declared a 33rd block with no tensors behind it and failed to load in every llama.cpp-based runtime (LM Studio included: missing tensor 'blk.32.attn_norm.weight'). Rebuilt from the corrected config — inference weights are unchanged.
Use with llama.cpp
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
CLI:
llama-cli --hf-repo ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF --hf-file qwen3.5-9b-fable-5-quad-stock-q8_0.gguf -p "The meaning to life and the universe is"
Server:
llama-server --hf-repo ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF --hf-file qwen3.5-9b-fable-5-quad-stock-q8_0.gguf -c 2048
🖼️ Image input (mmproj)
mmproj-qwen3.5-9b-fable-5-quad-stock-f16.gguf in this repo is the model's vision encoder + projector,
extracted from the same merge. LM Studio and llama.cpp pair it with
the text GGUF automatically when both sit in the model folder — download
both files and the model accepts images.
llama-mtmd-cli --hf-repo ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF --hf-file qwen3.5-9b-fable-5-quad-stock-q8_0.gguf \
--mmproj mmproj -p "Describe this image" --image photo.jpgRun ZeroXClem/Qwen3.5-9B-Fable-5-Quad-Stock-Q8_0-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models