Qwythos-9B-Claude-Mythos-5-1M โ€” Q8 (8-bit) MLX (MTP + Vision)

True 8-bit MLX build of empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF (Qwen3.5-9B, hybrid GatedDeltaNet + attention) with the MTP head and the Qwen3.5-9B vision tower.

Pipeline: the repo's MTP-Q8_0 GGUF โ†’ float16 MLX (via popfido/gguf2mlx, merged with the F16 mmproj) โ†’ oQ level 8 (8-bit) quantization. ~10 GB โ€” the middle tier between oQ4 (4-bit, ~6 GB) and BF16 (full-precision f16, ~19 GB).

Note: an earlier revision of this repo stored f16 weights dequantized from the Q8 GGUF (same 19 GB as BF16, but Q8 quality โ€” redundant). It has been replaced with this genuine 8-bit quantization.

Quantization

  • Q8 โ€” uniform 8-bit, affine, group size 64 (oMLX Universal Dynamic Quantization). 8-bit is effectively lossless here: greedy generation matches the full-precision model (Paris / counting / arithmetic all correct, no drift).
  • MTP preserved (preserve_mtp=True): mtp.* tensors and mtp_num_hidden_layers kept so the Native MTP toggle works post-quantization.

The underlying float16 conversion was verified bit-exact vs llama.cpp (text) and the vision tower matches llama.cpp mtmd output โ€” see the BF16 repo card for the full verification + Qwen3.5 conversion notes (zero-centered RMSNorm, A_log = log(โˆ’ssm_a), stridedโ†’grouped value-heads, YaRN).

Usage

from mlx_vlm import load, generate
from mlx_vlm.prompt_utils import apply_chat_template

model, processor = load("popfido/Qwythos-9B-Claude-Mythos-5-1M-Q8-MLX-MTP-Visual")
prompt = apply_chat_template(processor, model.config, "Describe this image.", num_images=1)
print(generate(model, processor, prompt, image=["image.png"], max_tokens=128).text)

Recommended sampling: temperature 0.6, top_p 0.95, top_k 20, repetition_penalty 1.05.

License & attribution

Inherits apache-2.0 from the base model. All credit for the model to empero-ai; this repo is an MLX-format conversion + oQ8 quantization only.

Downloads last month
198
MLX
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 popfido/Qwythos-9B-Claude-Mythos-5-1M-Q8-MLX-MTP-Visual

Finetuned
Qwen/Qwen3.5-9B
Quantized
(113)
this model