Views
No views yet
[!WARNING] Experimental package: artifact integrity may be validated, but runtime, split-correctness, and multimodal certification are still pending. This package is not discoverable throughmeshllm/catalog@mainuntil its Hugging Face catalog PR is reviewed and merged.
| Run locally | Pool multiple machines | OpenAI-compatible | Package variant |
|---|---|---|---|
| Private inference on your hardware | Split layers across peers | Serve /v1/chat/completions locally | Q3_S layer package |
| Property | Value |
|---|---|
| Source model | unsloth/NVIDIA-Nemotron-3-Ultra-550B-A55B-GGUF |
| Model id | unsloth/NVIDIA-Nemotron-3-Ultra-550B-A55B-GGUF:UD-IQ3_S |
| Family | NVIDIA |
| Parameter scale | 550B-A55B |
| Quantization | Q3_S |
| Layer count | 108 |
| Activation width | 8192 |
| Package size | 234.1 GB |
| Source file | UD-IQ3_S/NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-00001-of-00007.gguf |
| Package repo | meshllm/NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-layers |
| License | other from unsloth/NVIDIA-Nemotron-3-Ultra-550B-A55B-GGUF |
1# Run this on each machine that should contribute memory/compute.
2mesh-llm serve --model "meshllm/NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-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-Ultra-550B-A55B-GGUF:UD-IQ3_S",
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-Ultra-550B-A55B-GGUF@2fb7d5b3f4eae7aedb18b4839b6a6300111e46f6/UD-IQ3_S/NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-00001-of-00007.gguf |
| Source revision | 2fb7d5b3f4eae7aedb18b4839b6a6300111e46f6 |
| Source SHA-256 | cde170000711210a42df1b0322f522c3de779d12f387e23c4e88c5fd3bcef672 |
| Skippy ABI | 0.1.39 |
| Package manifest SHA-256 | df7c7b21064d55aeb6d87749f5fdf079c88bad74db34cadfd34e26cf76d495c3 |
| Artifact | Path | Contents | SHA-256 |
|---|---|---|---|
| Manifest | model-package.json | Package schema, source identity, checksums | df7c7b21064d55aeb6d87749f5fdf079c88bad74db34cadfd34e26cf76d495c3 |
| Metadata | shared/metadata.gguf | 0 tensors, 7.5 MB | 7aefc55d3472bb52da943d0896782eef95d885b82e019b505a885b9624fdad4e |
| Embeddings | shared/embeddings.gguf | 1 tensors, 847.5 MB | 9ba154091ba36e17a23361254b4daad220b24b7e8fc29f583f06ffcb2985782a |
| Output head | shared/output.gguf | 2 tensors, 847.5 MB | 4d63c47cd2d39622127f4d142d0b13249346be56d0766c340bb00c2cec13d917 |
| Transformer layers | layers/layer-*.gguf | 108 layer artifacts, 924 tensors, 232.4 GB | see model-package.json |
mesh-llm ref 8afb13c52420e07044a6789d62ebb3b5d553e6bf.
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-IQ3_S/NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-00001-of-00007.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_NVIDIA-Nemotron-3-Ultra-550B-A55B-UD-IQ3_S-layers-1/package"