lyssquant/GLM-5.2-Q2_K-MTP-Q8-layers
<div align="center"> <a href="https://www.meshllm.cloud"> <img src="https://meshllm.cloud/assets/images/jelly-logo-wordmark.png" alt="Mesh LLM" width="220"> </a>
<h1>GLM-5.2-Q2_K-MTP-Q8</h1>
<p> <strong>Distributed GGUF inference package for Mesh LLM</strong> </p>
<p> <a href="https://www.meshllm.cloud"><img alt="Website" src="https://img.shields.io/badge/Website-meshllm.cloud-111111?style=for-the-badge"></a> <a href="https://github.com/Mesh-LLM/mesh-llm"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Mesh--LLM-24292f?style=for-the-badge&logo=github"></a> <a href="https://discord.gg/rs6fmc63eN"><img alt="Discord" src="https://img.shields.io/badge/Discord-Join-5865F2?style=for-the-badge&logo=discord&logoColor=white"></a> </p> </div>
GGUF layer package for running GLM-5.2-Q2_K-MTP-Q8 across a local Mesh LLM cluster.
This package is derived from meshllm/GLM-5.2-Q2_K-MTP-Q8-GGUF and keeps the original GGUF distribution split into per-layer artifacts for distributed inference.
Highlights
Model Overview
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: meshllm/GLM-5.2-Q2_K-MTP-Q8-GGUF.
Quickstart
# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/GLM-5.2-Q2_K-MTP-Q8-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": "meshllm/GLM-5.2-Q2_K-MTP-Q8-GGUF:Q2_K-MTP-Q8",
"messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
"max_tokens": 128
}'Package Variant
What Is Included
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/Q2_K-MTP-Q8/GLM-5.2-Q2_K-MTP-Q8-00001-of-00306.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_GLM-5.2-Q2_K-MTP-Q8-layers-193/package"Links
- Source model: meshllm/GLM-5.2-Q2_K-MTP-Q8-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
