sahilchachra/supra-50m-instruct-fp16-mlx
053
supra-50m-instruct-fp16-mlx
MLX quantization of SupraLabs/Supra-50M-Instruct for Apple Silicon.
Variant: BFloat16 (lossless reference) Disk size: 201 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
Quality
Context scaling (decode tok/s)
Usage
pip install mlx-lmfrom mlx_lm import load, generate
model, tokenizer = load("sahilchachra/supra-50m-instruct-fp16-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-50M-Instruct for the original model's license
Original model
See SupraLabs/Supra-50M-Instruct for full model details and intended use.
