Views
No views yet
AngelSlim/Hy-MT2-1.8B-1.25Bit-GGUF,
converted losslessly for MLX:
Hy-MT2-1.8B — Tencent's
33-language translation model, in its official 1.25-bit QAT checkpoint
(Sherry, ggml type STQ1_0) — running on the Apple-Silicon GPU. The runtime
is hy-mt2-mlx: the model ships
its own decoder (sherry_model.py, loaded via mlx-lm's model_file hook), so
vanilla mlx-lm runs it with zero extra code.| path (M2 Pro) | decode | prefill @207 tok | peak mem | weights |
|---|---|---|---|---|
| llama.cpp CPU, 8 threads (NEON) | 98 tok/s | 313 tok/s | — | 462 MB GGUF |
| this artifact — MLX 1.31-bit native | 136 | 1020 | 0.59 GB | 455 MB |
| MLX 2-bit transcode (same weights, via converter) | 150 | 1220 | 1.09 GB | 745 MB |
docs/benchmarks.md.1pip install mlx-lm
2
3mlx_lm.generate --model kuotient/Hy-MT2-1.8B-1.25Bit-MLX \
4 --prompt "Translate the following segment into Korean, without additional explanation.
5
6The quarterly results exceeded expectations, but the team remains cautious."convert.py instead — the same
weights transcode losslessly into MLX's stock affine 2-bit kernels.scripts/parity.py).AngelSlim/Hy-MT2-1.8B-1.25Bit-GGUF
· Hy-MT2-1.8B-1.25Bit.gguf ·
sha256 cc497fe8f033b52b3b8b00a7669e9661435432f9d4cd43f7ed24400c01507a93python -m sherry_mlx.convert_native --gguf Hy-MT2-1.8B-1.25Bit.gguf --ref <tencent/Hy-MT2-1.8B json files> --out <dir> --embed-bits 6tencent/Hy-MT2-1.8B repo.