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/Qwen3-VL-32B-Instruct-GGUF |
| Model id | unsloth/Qwen3-VL-32B-Instruct-GGUF:UD-Q4_K_XL |
| Family | Qwen3 |
| Parameter scale | 32B |
| Quantization | UD-Q4_K_XL |
| Layer count | 64 |
| Activation width | 5120 |
| Package size | 19.0 GB |
| Source file | Qwen3-VL-32B-Instruct-UD-Q4_K_XL.gguf |
| Package repo | meshllm/Qwen3-VL-32B-Instruct-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/Qwen3-VL-32B-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/Qwen3-VL-32B-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/Qwen3-VL-32B-Instruct-GGUF@main/Qwen3-VL-32B-Instruct-UD-Q4_K_XL.gguf |
| Source revision | main |
| Source SHA-256 | 71d9a5f8d43a22c39f0730a8072cec6605a5c8b0468144c115c814efb92f10d4 |
| Skippy ABI | 0.1.25 |
| Package manifest SHA-256 | d3ba188d7ab68938e800bb2ed9d5b99f71057c74a44ed70b54cab75c2f1c352e |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | d3ba188d7ab68938e800bb2ed9d5b99f71057c74a44ed70b54cab75c2f1c352e |
| Metadata | shared/metadata.gguf | 0 tensors, 5.7 MB | f2b788f294bb260c7d1ec55f6240f05701be1250d16b939f7bbeed0d61c4c7e0 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 423.0 MB | 7df9f4661aabad260331de7c797ba9517c9ff03ad10a5ad7487d843e55d38bd0 |
| Output head | shared/output.gguf | 2 tensors, 614.2 MB | 25df6fc56c1d5b367308a50f1a064e8677f5a5147f33215e149ec54d407587e5 |
| Transformer layers | layers/layer-*.gguf | 64 layer artifacts, 704 tensors, 18.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/Qwen3-VL-32B-Instruct-UD-Q4_K_XL.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_Qwen3-VL-32B-Instruct-UD-Q4_K_XL-layers-199/package"