Test machine: RTX 4090, WSL CUDA, patched llama.cpp.
Quant
GPU model buffer
Notes
Q2_K
10465.90 MiB
49/49 layers offloaded
Q3_K_M
13670.82 MiB
49/49 layers offloaded
Q4_K_M
17254.26 MiB
49/49 layers offloaded
For Q4 server translation tests after warmup, generation was typically around
195-206 tok/s on the local 4090 setup. Actual speed depends on prompt length,
context size, batch settings, and build options.
Tested Cases
The Q4 server path was tested with:
normal Chinese to English translation
mixed Chinese/English/Japanese text
code and function names
Markdown lists and tables
XML tags
JSON-like text
logs, shell commands, and Windows/WSL paths
Structure-heavy prompts should explicitly ask the model to preserve structure,
keys, tags, and newlines.
License
This repository contains quantized derivatives of tencent/Hy-MT2-30B-A3B.
Follow the upstream model license and usage terms.