CoolFace
Modelpublic

zurichquants/Inkling-Small-UD-Q4_K_XL-layers

sourceHugging Faceapache-2.0updated 25d agoView on Hugging Face
0likes2kdownloads
Model Card

<div align="center"> <a href="https://www.meshllm.cloud"> <img src="https://meshllm.cloud/assets/images/jelly-logo-wordmark.png" alt="Mesh LLM" width="220"> </a>

<h1>Inkling-Small-UD-Q4KXL</h1>

<p> <strong>Distributed GGUF inference package for Mesh LLM</strong> </p>

<p> <a href="https://www.meshllm.cloud"><img alt="Website" src="https://img.shields.io/badge/Website-meshllm.cloud-111111?style=for-the-badge"></a> <a href="https://github.com/Mesh-LLM/mesh-llm"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Mesh--LLM-24292f?style=for-the-badge&logo=github"></a> <a href="https://discord.gg/rs6fmc63eN"><img alt="Discord" src="https://img.shields.io/badge/Discord-Join-5865F2?style=for-the-badge&logo=discord&logoColor=white"></a> </p> </div>

GGUF layer package for running Inkling-Small-UD-Q4_K_XL across a local Mesh LLM cluster.

This package is derived from unsloth/Inkling-Small-GGUF and keeps the original GGUF distribution split into per-layer artifacts for distributed inference.

Highlights

Run locallyPool multiple machinesOpenAI-compatiblePackage variant
Private inference on your hardwareSplit layers across peersServe /v1/chat/completions locallyUD-Q4_K_XL layer package

Model Overview

PropertyValue
Source modelunsloth/Inkling-Small-GGUF
Model idunsloth/Inkling-Small-GGUF:UD-Q4_K_XL
FamilyInkling
Parameter scalenot recorded
QuantizationUD-Q4_K_XL
Layer count42
Activation width4096
Package size153.1 GB
Source fileUD-Q4_K_XL/Inkling-Small-UD-Q4_K_XL-00001-of-00005.gguf
Package repomeshllm/Inkling-Small-UD-Q4_K_XL-layers
Licenseapache-2.0 from unsloth/Inkling-Small-GGUF

Recommended Use

  • —Local and private inference with Mesh LLM.
  • —Multi-machine serving when the full GGUF is too large for one host.
  • —OpenAI-compatible chat/completions workflows through Mesh LLM's local API.

For upstream architecture details, chat template guidance, sampling recommendations, license terms, and benchmark notes, see the source model card: unsloth/Inkling-Small-GGUF.

Quickstart

bash
# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/Inkling-Small-UD-Q4_K_XL-layers" --split
bash
# Check the mesh and discover the OpenAI-compatible model name.
curl -s http://localhost:3131/api/status
curl -s http://localhost:3131/v1/models
bash
# Send an OpenAI-compatible chat request.
curl -s http://localhost:3131/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "unsloth/Inkling-Small-GGUF:UD-Q4_K_XL",
    "messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
    "max_tokens": 128
  }'

Package Variant

PropertyValue
Formatlayer-package
Canonical source refunsloth/Inkling-Small-GGUF@1a19ef82883cb7b9c581b93c30ea252dabbf658d/UD-Q4_K_XL/Inkling-Small-UD-Q4_K_XL-00001-of-00005.gguf
Source revision1a19ef82883cb7b9c581b93c30ea252dabbf658d
Source SHA-256a51ac3f439198f2817219edd582be4b600c273be24e78cbd58ebff982d9f007e
Skippy ABI0.1.35
Package manifest SHA-256edae4bf5fd239d88fc2d20fb9eef31f6f7ce45ca743e1292827bc2a26e5f50c0

What Is Included

ArtifactPathContentsSHA-256
Manifestmodel-package.jsonPackage schema, source identity, checksumsedae4bf5fd239d88fc2d20fb9eef31f6f7ce45ca743e1292827bc2a26e5f50c0
Metadatashared/metadata.gguf1 tensors, 12.4 MBa30882bd63c7d3509acbe80f89fa3af26d2ea768a48d16aa29b39d0c31c57a65
Embeddingsshared/embeddings.gguf2 tensors, 846.7 MB5e25470fcee8342e220fcf4a9d580afe7b1bbcce3a6bf1173b528a7c20074a72
Output headshared/output.gguf3 tensors, 846.7 MB66187e4186cab8645b1353feecdaaed350372202998a95ef5bbf860d38bd9a9d
Transformer layerslayers/layer-*.gguf42 layer artifacts, 998 tensors, 150.9 GBsee model-package.json
Projectorprojectors/mmproj-BF16.ggufmmproj projector, 132.3 MB05d4475a956030be87b099865d6552a541a476db8cc3e266fcfa7c5a24846248
Projectorprojectors/mmproj-F16.ggufmmproj projector, 132.3 MBbf1e6afc9889151b3fee61119d3ee2cd224b59a1d881cdf87e33962f64aecc7e
Projectorprojectors/mmproj-F32.ggufmmproj projector, 264.5 MB653c88aab6699d65ecd45d82303a74a467309dcb8e837e0c9e18f394f4ee3def

Validation

Generated by the Mesh LLM HF Jobs splitter from 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.

bash
skippy-model-package write-package "/source/UD-Q4_K_XL/Inkling-Small-UD-Q4_K_XL-00001-of-00005.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_Inkling-Small-UD-Q4_K_XL-layers-193/package"

Links