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/NVIDIA-Nemotron-3-Super-120B-A12B-GGUF |
| Model id | unsloth/NVIDIA-Nemotron-3-Super-120B-A12B-GGUF:UD-Q4_K_XL |
| Family | NVIDIA |
| Parameter scale | 120B-A12B |
| Quantization | UD-Q4_K_XL |
| Layer count | 88 |
| Activation width | 4096 |
| Package size | 78.7 GB |
| Source file | UD-Q4_K_XL/NVIDIA-Nemotron-3-Super-120B-A12B-UD-Q4_K_XL-00001-of-00003.gguf |
| Package repo | meshllm/NVIDIA-Nemotron-3-Super-120B-A12B-UD-Q4_K_XL-layers |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/NVIDIA-Nemotron-3-Super-120B-A12B-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/NVIDIA-Nemotron-3-Super-120B-A12B-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/NVIDIA-Nemotron-3-Super-120B-A12B-GGUF@main/UD-Q4_K_XL/NVIDIA-Nemotron-3-Super-120B-A12B-UD-Q4_K_XL-00001-of-00003.gguf |
| Source revision | main |
| Source SHA-256 | f22083eb6b15acb52905308ab083e8b0cc38897005cc45e8881abd164580aac2 |
| Skippy ABI | 0.1.24 |
| Package manifest SHA-256 | 0fed0623156598c345b26ed226883c8869ddef8dfc2fa51eedc1270f493e9ce5 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | 0fed0623156598c345b26ed226883c8869ddef8dfc2fa51eedc1270f493e9ce5 |
| Metadata | shared/metadata.gguf | 0 tensors, 7.5 MB | 896be1589d72ee189faf15c08a6bedfca22af4051f9674c529d88105bc360ac0 |
| Embeddings | shared/embeddings.gguf | 1 tensors, 551.5 MB | 513e7379f225bcc7f44af0315676181ec55decbb8edc6f76017deaa299f8ba1f |
| Output head | shared/output.gguf | 2 tensors, 551.5 MB | b83ad815c386a6de51f3a84597ef836ccc18954abdbfbd182096d4e23cf6a227 |
| Transformer layers | layers/layer-*.gguf | 88 layer artifacts, 760 tensors, 77.6 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/NVIDIA-Nemotron-3-Super-120B-A12B-UD-Q4_K_XL-00001-of-00003.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_NVIDIA-Nemotron-3-Super-120B-A12B-UD-Q4_K_XL-layers-199/package"