Model Card for aquaduck/GLM-4.7-Flash-GGUF
Pinned Q4_K_M GGUF of GLM-4.7-Flash (zai-org/glm-4.7-flash), plus midpoint layer shards for staged / multi-node loading (Aquaduck Arc layer-package-v1).
The shard files are not a new quantization. They are contiguous midpoint packages cut from the full Q4_K_M GGUF in this repo.
Model lineage
zai-org/GLM-4.7-Flash
└── Q4_K_M GGUF + midpoint shards → aquaduck/GLM-4.7-Flash-GGUF (this repo)
- Base weights: https://huggingface.co/zai-org/GLM-4.7-Flash (mit)
- Quantization source: https://huggingface.co/aquaduck/GLM-4.7-Flash-GGUF (tag Q4_K_M)
- This repo: full Q4_K_M GGUF (
GLM-4.7-Flash-Q4_K_M.gguf) and midpoint GGUF shards
Model Details
Model Description
- Hosted by: Aquaduck (hosting and layer packaging only; base model by Z.ai; GGUF quant by Unsloth / llama.cpp ecosystem)
- Shared by: Aquaduck AI
- Model type: Causal language model (GLM-4.7-Flash), GGUF Q4_K_M
- Language(s): Multilingual (same as base)
- License: mit (inherits from zai-org/GLM-4.7-Flash)
- Finetuned from model: N/A — not a fine-tune
- Derived from: aquaduck/GLM-4.7-Flash-GGUF ← zai-org/GLM-4.7-Flash
Model Sources
Files
| File | Role | Approx. size |
|---|
GLM-4.7-Flash-Q4_K_M.gguf | Full-model GGUF (Q4_K_M) | ~18.31 GB |
GLM-4.7-Flash-Q4_K_M-layers-0-24.gguf | Split shard (layers 0–23) | ~9.10 GB |
GLM-4.7-Flash-Q4_K_M-layers-24-47.gguf | Split shard (layers 24–46) | ~9.40 GB |
- Total layers: 47
- Valid split boundaries: 24
Filenames use exclusive end indices (layers-{start}-{endExclusive}).
Uses
Direct Use
- Full
GLM-4.7-Flash-Q4_K_M.gguf: standard single-file Q4_K_M GGUF (llama.cpp-compatible). Use this for single-node / local runs.
*-layers-*.gguf: Aquaduck / Arc staged loading only. These are not drop-in complete models for stock llama.cpp.
Use the base model’s chat template (including thinking / instruct modes as documented on the base model card); other formats will not work correctly.
Out-of-Scope Use
- Expecting any one shard to run as a complete model
- Treating this repo as a new training run or re-quant
- Uses prohibited by the mit license or the base model’s model card guidance
Bias, Risks, and Limitations
Same capabilities, biases, and risks as zai-org/GLM-4.7-Flash. Q4_K_M quantization can degrade quality vs. the original higher-precision releases. Layer sharding does not change weights beyond packaging.
Recommendations
Follow the base model’s docs for chat template, thinking vs instruct modes, and sampling. Prefer GLM-4.7-Flash-Q4_K_M.gguf in this repo when you do not need staged loading.
How to Get Started
These files are meant to be loaded automatically by the Aquaduck desktop app.
- Download the Aquaduck desktop app and sign in.
- Devices connected to the internet will receive a model assignment from the model catalog (
zai-org/glm-4.7-flash).
- Download the model from the Home view. The app will:
- download only the assigned file from this repo (full
GLM-4.7-Flash-Q4_K_M.gguf or one midpoint half)
- keep that stage ready for serving
You do not need to pick files by hand, but you may for local serving. Assignment and download are driven by model catalog metadata.
The full
GLM-4.7-Flash-Q4_K_M.gguf is a standard Q4_K_M GGUF. The *-layers-*.gguf files are not.
Training Details
No training. Weights come from Z.ai; Q4_K_M GGUF from aquaduck/GLM-4.7-Flash-GGUF; this repo hosts that GGUF and (when split) packages it into midpoint layer shards.
Evaluation
No separate evals for the hosted GGUF or shards. See zai-org/GLM-4.7-Flash.
Technical Specifications
- Architecture: GLM-4.7-Flash (~31.2B params, GQA (20 Q / 1 KV heads), 47 layers, hidden dim 2048)
- Quantization: Q4_K_M
- Packaging: pinned full Q4_K_M GGUF; optional Arc midpoint shards (
*-layers-{start}-{endExclusive}.gguf)
- Package format: layer-package-v1
- Split: 2 stages at layer 24 (maxStages: 2)
Citation
1@misc{glm47flash,
2 title = {GLM-4.7-Flash},
3 author = {Z.ai},
4 year = {2026},
5 url = {https://huggingface.co/zai-org/GLM-4.7-Flash}
6}
Credit:
Attribution
Quantized GGUF ingested from
aquaduck/GLM-4.7-Flash-GGUF. Original weights:
zai-org/GLM-4.7-Flash. Redistributed under the base model's license.
Model Card Contact