How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "pipenetwork/Hy3-REAP62-MLX-4bit"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "pipenetwork/Hy3-REAP62-MLX-4bit"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "pipenetwork/Hy3-REAP62-MLX-4bit",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links

pipenetwork/Hy3-REAP62-MLX-4bit

REAP-pruned tencent/Hy3 (Hunyuan-3): kept 72/192 routed experts/layer by REAP saliency, MLX 4-bit. First REAP-pruned Hy3. Requires mlx-lm hy_v3 (PR #1211): pip install git+https://github.com/kernelpool/mlx-lm.git@add-hy3-preview

Downloads last month
153
Safetensors
Model size
116B params
Tensor type
BF16
·
U32
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for pipenetwork/Hy3-REAP62-MLX-4bit

Base model

tencent/Hy3
Quantized
(70)
this model