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 | Q4_K_M layer package |
| Property | Value |
|---|---|
| Source model | unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF |
| Model id | unsloth/DeepSeek-R1-Distill-Qwen-32B-GGUF:Q4_K_M |
| Family | DeepSeek |
| Parameter scale | 32B |
| Quantization | Q4_K_M |
| Layer count | 64 |
| Activation width | 5120 |
| Package size | 18.9 GB |
| Source file | DeepSeek-R1-Distill-Qwen-32B-Q4_K_M.gguf |
| Package repo | meshllm/DeepSeek-R1-Distill-Qwen-32B-Q4_K_M-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/DeepSeek-R1-Distill-Qwen-32B-Q4_K_M-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/DeepSeek-R1-Distill-Qwen-32B-GGUF:Q4_K_M",
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/DeepSeek-R1-Distill-Qwen-32B-GGUF@main/DeepSeek-R1-Distill-Qwen-32B-Q4_K_M.gguf |
| Source revision | main |
| Source SHA-256 | ca171ca03554ee20cf67ad6b540610ae7eabb95af00c0abd36bb73542e140fb5 |
| Skippy ABI | 0.1.24 |
| Package manifest SHA-256 | 52a2a98921bd46dbe0424f28fb053264ea596a06f71a63c0d9e02dbbcd0da554 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 52a2a98921bd46dbe0424f28fb053264ea596a06f71a63c0d9e02dbbcd0da554 |
| Metadata | shared/metadata.gguf | 0 tensors, 5.7 MB | d17a036a47dce40ea24df9ba0c8ad2ad4e9a37329d87ddf895d799405b6317e7 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 423.3 MB | 4f302840f7d77705a1688858fe61f7f48eb9e2ee0a838a0e74522f63e9ddefc6 |
| Output head | shared/output.gguf | 2 tensors, 614.8 MB | b4ada8e27b043a4a2397f09905a7775c87e62478b8222902e00f77e1b62c6c12 |
| Transformer layers | layers/layer-*.gguf | 64 layer artifacts, 768 tensors, 17.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/DeepSeek-R1-Distill-Qwen-32B-Q4_K_M.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_DeepSeek-R1-Distill-Qwen-32B-Q4_K_M-layers-193/package"