CoolFace
Modelpublic

sahilchachra/supra-1.5-50m-instruct-exp-mxfp8-mlx

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes33downloads
Model Card

supra-1.5-50m-instruct-exp-mxfp8-mlx

MLX quantization of SupraLabs/Supra-1.5-50M-Instruct-exp for Apple Silicon.

Variant: Block float MX FP8 Disk size: 53 MB Quantized by: sahilchachra

Benchmark results

Evaluated on Apple M4 Pro with MLX. Model loaded once; performance and quality measured in a single pass.

Performance

This modelFP16 baseline
Decode tok/s (avg, long traces)670.291025.59
Peak memory (GB)0.1520.223
Disk size (MB)53101

Quality

BenchmarkThis modelFP16 baselinen
IFEval (instruction following)22.7%15.9%44
Alpaca-cleaned (instruct F1 vs reference)41.040.950

Context scaling (decode tok/s)

Context lengthDecode tok/s
~128 tokens659.6
~256 tokens644.8
~512 tokens683.7
~1024 tokens693.0

Usage

bash
pip install mlx-lm
python
from mlx_lm import load, generate

model, tokenizer = load("sahilchachra/supra-1.5-50m-instruct-exp-mxfp8-mlx")
response = generate(model, tokenizer, prompt="Your prompt here", max_tokens=256, verbose=True)

All variants in this collection

Notes

  • —Requires Apple Silicon (M1 or later) with MLX
  • —Benchmarks run on Apple M4 Pro, 24 GB unified memory
  • —License: see SupraLabs/Supra-1.5-50M-Instruct-exp for the original model's license

Original model

See SupraLabs/Supra-1.5-50M-Instruct-exp for full model details and intended use.