GGUF layer package for running GLM-4.7-UD-Q4_K_XL across a local Mesh LLM cluster.
This package is derived from unsloth/GLM-4.7-GGUF and keeps the original GGUF distribution split into per-layer artifacts for distributed inference.
Highlights
| Run locally | Pool multiple machines | OpenAI-compatible | Package variant |
|---|---|---|---|
| Private inference on your hardware | Split layers across peers | Serve /v1/chat/completions locally | UD-Q4_K_XL layer package |
Model Overview
| Property | Value |
|---|---|
| Source model | unsloth/GLM-4.7-GGUF |
| Model id | unsloth/GLM-4.7-GGUF:UD-Q4_K_XL |
| Family | GLM |
| Parameter scale | not recorded |
| Quantization | UD-Q4_K_XL |
| Layer count | 93 |
| Activation width | 5120 |
| Package size | 191.3 GB |
| Source file | UD-Q4_K_XL/GLM-4.7-UD-Q4_K_XL-00001-of-00005.gguf |
| Package repo | meshllm/GLM-4.7-UD-Q4_K_XL-layers |
Recommended Use
- Local and private inference with Mesh LLM.
- Multi-machine serving when the full GGUF is too large for one host.
- OpenAI-compatible chat/completions workflows through Mesh LLM's local API.
For upstream architecture details, chat template guidance, sampling recommendations, license terms, and benchmark notes, see the source model card: unsloth/GLM-4.7-GGUF.
Quickstart
# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/GLM-4.7-UD-Q4_K_XL-layers" --split
# Check the mesh and discover the OpenAI-compatible model name.
curl -s http://localhost:3131/api/status
curl -s http://localhost:3131/v1/models
# Send an OpenAI-compatible chat request.
curl -s http://localhost:3131/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "unsloth/GLM-4.7-GGUF:UD-Q4_K_XL",
"messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
"max_tokens": 128
}'
Package Variant
| Property | Value |
|---|---|
| Format | layer-package |
| Canonical source ref | unsloth/GLM-4.7-GGUF@main/UD-Q4_K_XL/GLM-4.7-UD-Q4_K_XL-00001-of-00005.gguf |
| Source revision | main |
| Source SHA-256 | 66b3fad46b1357bd5ccda99718df47abb96598052d62c987e1e25a53072014bd |
| Skippy ABI | 0.1.22 |
| Package manifest SHA-256 | 43e119f7c115a9c66bb6d8e6206f61ebffce5ff5a8ab074f4ab47fefeeacbec2 |
What Is Included
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 43e119f7c115a9c66bb6d8e6206f61ebffce5ff5a8ab074f4ab47fefeeacbec2 |
| Metadata | shared/metadata.gguf | 0 tensors, 8.9 MB | 8269cdab786f2ffaf777f29b50356beb8f19a3125c73409c9880fbf52f36550e |
| Embeddings | shared/embeddings.gguf | 1 tensors, 425.1 MB | da1081466632d7cd83f150208ff277911745c5faf74f29050e7f68f788520263 |
| Output head | shared/output.gguf | 2 tensors, 615.9 MB | 1655a3554679ae4d48952b5ec35d6ddc20a20a199193a780a417d0e9bb1374be |
| Transformer layers | layers/layer-*.gguf | 93 layer artifacts, 1758 tensors, 190.3 GB | see model-package.json |
Validation
Generated by the Mesh LLM HF Jobs splitter from mesh-llm ref main.
Each artifact is checksummed as it is written, uploaded to this repository, and removed from the job workspace before the next artifact is produced.
skippy-model-package write-package "/source/UD-Q4_K_XL/GLM-4.7-UD-Q4_K_XL-00001-of-00005.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_GLM-4.7-UD-Q4_K_XL-layers-190/package"
Links
- Source model: unsloth/GLM-4.7-GGUF
- Mesh LLM website: meshllm.cloud
- Mesh LLM: github.com/Mesh-LLM/mesh-llm
- Discord: discord.gg/rs6fmc63eN
- Package catalog: meshllm/catalog
- Package format: layer-package-repos.md