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-235B-A22B-Thinking-GGUF |
| Model id | unsloth/Qwen3-VL-235B-A22B-Thinking-GGUF:UD-Q4_K_XL |
| Family | Qwen3 |
| Parameter scale | 235B-A22B |
| Quantization | UD-Q4_K_XL |
| Layer count | 94 |
| Activation width | 4096 |
| Package size | 125.5 GB |
| Source file | UD-Q4_K_XL/Qwen3-VL-235B-A22B-Thinking-UD-Q4_K_XL-00001-of-00003.gguf |
| Package repo | meshllm/Qwen3-VL-235B-A22B-Thinking-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/Qwen3-VL-235B-A22B-Thinking-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-235B-A22B-Thinking-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-235B-A22B-Thinking-GGUF@main/UD-Q4_K_XL/Qwen3-VL-235B-A22B-Thinking-UD-Q4_K_XL-00001-of-00003.gguf |
| Source revision | main |
| Source SHA-256 | 627e48055757d90b54c57f67f2836f3e838b723053f124f49e8367bc34dfac42 |
| Skippy ABI | 0.1.24 |
| Package manifest SHA-256 | 7036fed46e164619f34dbcad4f8f4c93677bde20f0eae203b268f453e1e6f2e6 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 7036fed46e164619f34dbcad4f8f4c93677bde20f0eae203b268f453e1e6f2e6 |
| Metadata | shared/metadata.gguf | 0 tensors, 5.7 MB | 100c05dfcd6d297757d6b09349c371c75c8c67edcdb9160d94e3d6765b6344c0 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 339.5 MB | de494d6668e39f8bbc05cb43b6f999a2f1b2f6f587b9c7ae9985de0a1b2d8930 |
| Output head | shared/output.gguf | 2 tensors, 492.5 MB | cb5598b1426eeb90294c9d81a27d80432bce8c0842019f542590a944a219cac4 |
| Transformer layers | layers/layer-*.gguf | 94 layer artifacts, 1128 tensors, 124.7 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/Qwen3-VL-235B-A22B-Thinking-UD-Q4_K_XL-00001-of-00003.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_Qwen3-VL-235B-A22B-Thinking-UD-Q4_K_XL-layers-192/package"