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/gemma-4-31B-it-qat-GGUF |
| Model id | unsloth/gemma-4-31B-it-qat-GGUF:UD-Q4_K_XL |
| Family | Gemma |
| Parameter scale | 31B |
| Quantization | UD-Q4_K_XL |
| Layer count | 60 |
| Activation width | 5376 |
| Package size | 17.0 GB |
| Source file | gemma-4-31B-it-qat-UD-Q4_K_XL.gguf |
| Package repo | meshllm/gemma-4-31B-it-qat-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/gemma-4-31B-it-qat-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/gemma-4-31B-it-qat-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/gemma-4-31B-it-qat-GGUF@main/gemma-4-31B-it-qat-UD-Q4_K_XL.gguf |
| Source revision | main |
| Source SHA-256 | 9188a71055550f1e60b875d02b7abb63625ac11b4a6f148d6b22b3b28ba3d335 |
| Skippy ABI | 0.1.25 |
| Package manifest SHA-256 | e6ba5ec739fd602ebcfd275968e344a6dc574e087d08852250f8b86e700a8a69 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | e6ba5ec739fd602ebcfd275968e344a6dc574e087d08852250f8b86e700a8a69 |
| Metadata | shared/metadata.gguf | 1 tensors, 15.1 MB | 6e220c19850b60ff25cf3b0e1dd5119dd4bc7af4cd4daab648c44f5f23920fd3 |
| Embeddings | shared/embeddings.gguf | 2 tensors, 771.1 MB | 4a78029414b01d0951eb20e0735bebd6c5bbb80489ab542fbba10c51c9e25bd6 |
| Output head | shared/output.gguf | 2 tensors, 15.1 MB | 5c182e6351e1354a35cd37287c9f0f20c6f312ec462f7d5ba1d41cf88d7f3173 |
| Transformer layers | layers/layer-*.gguf | 60 layer artifacts, 890 tensors, 16.2 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/gemma-4-31B-it-qat-UD-Q4_K_XL.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_gemma-4-31B-it-qat-UD-Q4_K_XL-layers-192/package"