How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
# Run inference directly in the terminal:
llama cli -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
# Run inference directly in the terminal:
llama cli -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
# Run inference directly in the terminal:
./llama-cli -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
# Run inference directly in the terminal:
./build/bin/llama-cli -hf zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
Use Docker
docker model run hf.co/zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF
Quick Links

Hy-MT2-1.8B-1.25Bit-GGUF

STQ1_0 quantized GGUF of Tencent's Hy-MT2 1.8B translation model for on-device inference.

Base Model

Quantization Details

  • Format: STQ1_0 (1.25-bit Sherry quantization)
  • GGUF Size: ~441 MB
  • Original source: AngelSlim/Hy-MT2-1.8B-1.25Bit-GGUF (commit 5946a42)
  • Hosted by: Zanish Labs / Voco

Runtime

  • Compatible with llama.cpp (CPU/NEON)
  • Requires STQ1_0 generic kernel dispatch on Apple Silicon (NEON kernel broken)
  • Tested on Voco iOS app (llama.cpp PR #22836)

Attribution

This is a quantized derivative. The original model was created by Tencent. See LICENSE for full license text.

Links

Downloads last month
168
GGUF
Model size
2B params
Architecture
hunyuan-dense
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zanish-labs/Hy-MT2-1.8B-1.25Bit-GGUF

Quantized
(37)
this model