Views
No views yet
1# Start server at http://localhost:8080/chat/completions
2uvx --from mlx-vlm --with torchvision \
3 mlx_vlm.server \
4 --host 127.0.0.1 \
5 --port 8080 \
6 --model spicyneuron/Gemma-4-31B-MLX-4.9bit-vision| metric | unsloth_gemma-4-31b-it-UD-MLX-4bit | 4.9 bit (this model) |
|---|---|---|
| bpw | 5.765 | 4.904 |
| prompt processing (1024) | 354.269 | 355.741 |
| token gen (512) | 24.842 | 28.376 |
| peak mem | 23.700 | 20.441 |
| perplexity | 35.710 ± 0.201 | 31.903 ± 0.249 |
| hellaswag | 0.53 ± 0.011 | 0.534 ± 0.011 |
| piqa | 0.736 ± 0.01 | 0.748 ± 0.01 |
| winogrande | 0.664 ± 0.013 | 0.665 ± 0.013 |
language_model weights.allenai/tulu-3-sft-mixture.
Best to interpret it as weaker signal than the other benchmark results.1mlx_lm.benchmark --prompt-tokens 1024 --generation-tokens 512 --num-trials 5
2mlx_lm.perplexity --sequence-length 2048 --seed 123
3mlx_lm.evaluate --tasks hellaswag --seed 123 --num-shots 0 --limit 2000
4mlx_lm.evaluate --tasks piqa --seed 123 --num-shots 0 --limit 2000
5mlx_lm.evaluate --tasks winogrande --seed 123 --num-shots 0 --limit 2000