zenlm/zen5-max-gguf overview
Zen5 Max Top tier of the Zen5 https://zenlm.org family. The full Pro base, asymmetrically quantized routed IQ2 XXS up/gate, Q2 K down; shared experts, attentio…
Runs locally from ~432.72 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| DeepSeek-V4-Pro-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-Instruct-imatrix.gguf | GGUF | IQ2XXS | 432.72 GB | Download |
Model Details
| Model ID | zenlm/zen5-max-gguf |
|---|---|
| Author | zenlm |
| Pipeline | text-generation |
| License | mit |
| Base model | deepseek-ai/DeepSeek-V4-Pro |
| Last modified | 2026-07-14T09:05:55.000Z |
Model README
---
license: mit
base_model: deepseek-ai/DeepSeek-V4-Pro
library_name: gguf
pipeline_tag: text-generation
language:
- en
- zh
tags:
- zen5
- zen5-max
- zenlm
- hanzo
- gguf
- imatrix
- iq2_xxs
- moe
- 1m-context
- zen-5
---
Zen5 Max
Top tier of the Zen5 family. The full-Pro base, asymmetrically quantized (routed IQ2_XXS up/gate, Q2_K down; shared experts, attention projections, routing logits and the LM head left at higher precision).
Repackaged from deepseek-ai/DeepSeek-V4-Pro (mit, DeepSeek) — quantized to GGUF from the abliterated variant by huihui-ai. Not trained from scratch — a permissively-licensed redistribution for the OSS-clean Zen model line.
Use when you have 512 GB+ unified memory (Mac Studio M3 Ultra 512 GB) or an 8x H100 / H200 pool and want the deepest reasoning quality in the family. For 128 GB hardware, use zenlm/zen-5-pro-gguf instead.
Part of the canonical Zen5 ladder:
| SKU | Hardware fit | This repo |
|---|---|---|
| zen5-flash | anything | zen-5-flash-gguf |
| zen5-mini | 32 GB | zen-5-mini-gguf |
| zen5 (default) | 24 GB+ VRAM | zen-5-gguf |
| zen5-pro | 128 GB single-machine | zen-5-pro-gguf |
| zen5-max | 512 GB Mac Studio / 8x H100 | ← you are here |
Files
| File pattern | Size | Quant |
|---|---|---|
| main GGUF (-IQ2XXS-w2Q2K--Instruct-imatrix.gguf) | 432 GB | routed IQ2_XXS + Q2_K, shared Q8_0, attn Q8_0, imatrix-tuned |
Run
Hosted via the Hanzo gateway (api.hanzo.ai) as zen5-max.
Local with the zen5-engine:
git clone https://github.com/zenlm/zen5-engine
cd zen5-engine && make # macOS Metal
# or: make cuda-generic for multi-H100
hf download zenlm/zen-5-max-gguf --local-dir gguf
ln -sf "$(ls gguf/*-Instruct-imatrix.gguf | head -1)" zen5max.gguf
./zen5 -m zen5max.gguf -p "Explain MoE inference."
./zen5-server -m zen5max.gguf --ctx 1000000 --kv-disk-dir /tmp/zen5-kv --kv-disk-space-mb 16384
License
apache-2.0 (this packaging). Upstream: deepseek-ai/DeepSeek-V4-Pro by DeepSeek, licensed MIT; abliterated variant by huihui-ai. This repository redistributes a quantized derivative; the upstream MIT terms are retained.
Run zenlm/zen5-max-gguf with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models