Views
No views yet
microsoft/FastContext-1.0-4B-SFT, quantized with mlx_lm.dynamic_quant.5.0 bits per weight4.984 bits per weight80b60c036a612354e7c611cdabc005ec67f769931mlx_lm.perplexity \
2 --model ukint-vs/FastContext-1.0-4B-SFT-Dynamic-4bit-MLX \
3 --num-samples 64 \
4 --sequence-length 5121mlx_lm.perplexity \
2 --model ukint-vs/FastContext-1.0-4B-SFT-Dynamic-4bit-MLX \
3 --num-samples 32 \
4 --sequence-length 2048allenai/tulu-3-sft-mixture:| Model | Seq len | Samples | Size | Peak memory | Perplexity |
|---|---|---|---|---|---|
| BF16 MLX | 512 | 64 | 7.5G | 12.34 GB | 7.732 +/- 0.121 |
| Dynamic 4-to-6-bit | 512 | 64 | 2.3G | 6.80 GB | 7.956 +/- 0.125 |
| BF16 MLX | 2048 | 32 | 7.5G | 24.28 GB | 4.258 +/- 0.041 |
| Dynamic 4-to-6-bit | 2048 | 32 | 2.3G | 18.74 GB | 4.349 +/- 0.042 |
8.025 -> 8.300 and peak quantization memory 38.217GB.1mlx_lm.generate \
2 --model ukint-vs/FastContext-1.0-4B-SFT-Dynamic-4bit-MLX \
3 --prompt "Explain what repository exploration means." \
4 --max-tokens 128 \
5 --temp 0.0