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-M3-GGUF |
| Model id | unsloth/MiniMax-M3-GGUF:UD-Q4_K_XL |
| Family | MiniMax |
| Parameter scale | not recorded |
| Quantization | UD-Q4_K_XL |
| Layer count | 60 |
| Activation width | 6144 |
| Package size | 247.2 GB |
| Source file | UD-Q4_K_XL/MiniMax-M3-UD-Q4_K_XL-00001-of-00007.gguf |
| Package repo | meshllm/MiniMax-M3-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/MiniMax-M3-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-M3-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-M3-GGUF@main/UD-Q4_K_XL/MiniMax-M3-UD-Q4_K_XL-00001-of-00007.gguf |
| Source revision | main |
| Source SHA-256 | e8e16c72310bd397e88e3ae5dc12d68dba4bf4d10e74825f91a9558e88f622a7 |
| Skippy ABI | 0.1.25 |
| Package manifest SHA-256 | d2b681ca6fa30a0610622aaf36ea1f6ce7aae47640aedb29b8431d983ef49e18 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | d2b681ca6fa30a0610622aaf36ea1f6ce7aae47640aedb29b8431d983ef49e18 |
| Metadata | shared/metadata.gguf | 0 tensors, 7.9 MB | 45bf2ed724916a3a54e74d159d0b21f56f311be85556f6b337facc50866840b6 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 1.2 GB | 4313427784d01824f54727719c8381136c37c814324de700ec5c27a99d3f952b |
| Output head | shared/output.gguf | 2 tensors, 1.2 GB | 142a218816ca9132df37139747659ce2a5dcf756e128e112856b718b4ab67d66 |
| Transformer layers | layers/layer-*.gguf | 60 layer artifacts, 945 tensors, 244.8 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-M3-UD-Q4_K_XL-00001-of-00007.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_MiniMax-M3-UD-Q4_K_XL-layers-199/package"