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/Llama-4-Maverick-17B-128E-Instruct-GGUF |
| Model id | unsloth/Llama-4-Maverick-17B-128E-Instruct-GGUF:UD-Q4_K_XL |
| Family | Llama |
| Parameter scale | 17B |
| Quantization | UD-Q4_K_XL |
| Layer count | 48 |
| Activation width | 5120 |
| Package size | 216.8 GB |
| Source file | UD-Q4_K_XL/Llama-4-Maverick-17B-128E-Instruct-UD-Q4_K_XL-00001-of-00005.gguf |
| Package repo | meshllm/Llama-4-Maverick-17B-128E-Instruct-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/Llama-4-Maverick-17B-128E-Instruct-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/Llama-4-Maverick-17B-128E-Instruct-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/Llama-4-Maverick-17B-128E-Instruct-GGUF@main/UD-Q4_K_XL/Llama-4-Maverick-17B-128E-Instruct-UD-Q4_K_XL-00001-of-00005.gguf |
| Source revision | main |
| Source SHA-256 | 6e2b84934ae72ce77611e0612f7b3cccaf75b363c630f45a8faafccea999562a |
| Skippy ABI | 0.1.22 |
| Package manifest SHA-256 | 7c0ec9105128333080fe49f311bf7d3241980cebeb153325542995f3cd9da1c3 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 7c0ec9105128333080fe49f311bf7d3241980cebeb153325542995f3cd9da1c3 |
| Metadata | shared/metadata.gguf | 0 tensors, 12.5 MB | 1d1e5d468374d6160a206615f2bd8897cf259d8dca4d64d853dc8a87d5335f29 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 567.4 MB | f523c23ee00cc784fb2e2365eacdd2d26a6b536f024dafeaa40a2f683424bc15 |
| Output head | shared/output.gguf | 2 tensors, 821.8 MB | f2f8d438306fb8272a7a2d80ca20b12dde9d164a4fe82ef7fd604b5cba139d4f |
| Transformer layers | layers/layer-*.gguf | 48 layer artifacts, 528 tensors, 215.4 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/Llama-4-Maverick-17B-128E-Instruct-UD-Q4_K_XL-00001-of-00005.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_Llama-4-Maverick-17B-128E-Instruct-UD-Q4_K_XL-layers-199/package"