Views
No views yet
| This model | FP16 baseline | |
|---|---|---|
| Decode tok/s (avg, long traces) | 1025.59 | 1025.59 |
| Peak memory (GB) | 0.223 | 0.223 |
| Disk size (MB) | 101 | 101 |
| Benchmark | This model | FP16 baseline | n |
|---|---|---|---|
| IFEval (instruction following) | 15.9% | 15.9% | 44 |
| Alpaca-cleaned (instruct F1 vs reference) | 40.9 | 40.9 | 50 |
| Context length | Decode tok/s |
|---|---|
| ~128 tokens | 1057.2 |
| ~256 tokens | 1026.0 |
| ~512 tokens | 1021.4 |
| ~1024 tokens | 997.7 |
pip install mlx-lm1from mlx_lm import load, generate
2
3model, tokenizer = load("sahilchachra/supra-1.5-50m-instruct-exp-fp16-mlx")
4response = generate(model, tokenizer, prompt="Your prompt here", max_tokens=256, verbose=True)| Model | Variant |
|---|---|
| sahilchachra/supra-1.5-50m-instruct-exp-mxfp4-mlx | Block float MX FP4 |
| sahilchachra/supra-1.5-50m-instruct-exp-mxfp8-mlx | Block float MX FP8 |