CoolFace
Modelpublic

Shiftedx/ornith-1.5-9b-affine4-vision-mlx

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes120downloads
Model Card

ornith-1.5-9b-affine4-vision-mlx

Compact affine 4-bit MLX quant with the parent model's BF16 vision tower. Built from Ornith-1.5-9B revision `98db59b` for Apple Silicon.

Format

  • —Size: 6.53 GB
  • —Language trunk: 250 affine-4 modules, including recurrent inputs
  • —Vision: 333 same-parent BF16 tensors
  • —Context metadata: 262,144 tokens
  • —Runtime: autoregressive MLX-LM/MLX-VLM
  • —Native MTP: unavailable; the upstream checkpoint contains no mtp.* tensors

Exact precision and conversion records are included in BUILD_RECIPE.json and conversion_receipt.json. Immutable weight revision: `514b626`.

Usage

bash
python -m mlx_vlm.generate \
  --model Shiftedx/ornith-1.5-9b-affine4-vision-mlx \
  --image image.jpg \
  --prompt "Describe this image." \
  --max-tokens 256

Qualification

ShiftedX Bench v0.3.0 commit 3bbb0bfa01e33503163cb34ef52b4d507e456265, Apple M4 Max / 64 GiB, thinking enabled, medium reasoning, temperature 1, top-p 0.95, top-k 20, KV cache off:

LaneResultMean decodePeak active memory
Quality6/1067.7 tok/s5.60 GB
Long context3/1561.8 tok/s5.60 GB
Tools6/662.4 tok/s6.70 GB
Agentic1/2——
Vision, native MLX-VLM4/4 strict——

Text lanes used MTPLX 2.7.1 in stock autoregressive mode. Vision used native MLX-VLM because MTPLX AR rejects image content. Structural loading and deterministic text/vision smokes passed. Quantization can change behavior; see the parent model card for intended use and license details.