Views
No views yet
| 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 |
| Property | Value |
|---|---|
| Source model | unsloth/MiniMax-M2.1-GGUF |
| Model id | unsloth/MiniMax-M2.1-GGUF:UD-Q4_K_XL |
| Family | MiniMax |
| Parameter scale | not recorded |
| Quantization | UD-Q4_K_XL |
| Layer count | 62 |
| Activation width | 3072 |
| Package size | 122.8 GB |
| Source file | UD-Q4_K_XL/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf |
| Package repo | meshllm/MiniMax-M2.1-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/MiniMax-M2.1-UD-Q4_K_XL-layers" --split1# Check the mesh and discover the OpenAI-compatible model name.
2curl -s http://localhost:3131/api/status
3curl -s http://localhost:3131/v1/models1# Send an OpenAI-compatible chat request.
2curl -s http://localhost:3131/v1/chat/completions \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "unsloth/MiniMax-M2.1-GGUF:UD-Q4_K_XL",
6 "messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
7 "max_tokens": 128
8 }'| Property | Value |
|---|---|
| Format | layer-package |
| Canonical source ref | unsloth/MiniMax-M2.1-GGUF@main/UD-Q4_K_XL/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf |
| Source revision | main |
| Source SHA-256 | 7eaf9c62666a52348f1b47d6db83e7c63a41b21d38dfbfb8d6eaeaee4c353c4a |
| Skippy ABI | 0.1.24 |
| Package manifest SHA-256 | 78ff32f18efcdc754dbd6b8187a2449cccc6f4fd0c7ff29b8f19b2bd8d5e5489 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 78ff32f18efcdc754dbd6b8187a2449cccc6f4fd0c7ff29b8f19b2bd8d5e5489 |
| Metadata | shared/metadata.gguf | 0 tensors, 7.9 MB | bb405f23120fa13387ae711ec4d4693aa56375a92ec9afff2678d5b41b23d953 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 337.6 MB | 0d41c074ef7d90857b9358acca03830b5626edcf024f5b0dc16253e9ace1a500 |
| Output head | shared/output.gguf | 2 tensors, 488.7 MB | 0af98138be53f03c1db899e862bd2beac854bfce0afad221389225917f48d20c |
| Transformer layers | layers/layer-*.gguf | 62 layer artifacts, 806 tensors, 122.0 GB | see model-package.json |
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/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_MiniMax-M2.1-UD-Q4_K_XL-layers-194/package"