Mesh LLM

Qwen3-30B-A3B-Q4_K_M

Distributed GGUF inference package for Mesh LLM

Website GitHub Discord

GGUF layer package for running Qwen3-30B-A3B-Q4_K_M across a local Mesh LLM cluster.

This package is derived from unsloth/Qwen3-30B-A3B-GGUF and keeps the original GGUF distribution split into per-layer artifacts for distributed inference.

Highlights

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

Model Overview

Property Value
Source model unsloth/Qwen3-30B-A3B-GGUF
Model id unsloth/Qwen3-30B-A3B-GGUF:Q4_K_M
Family Qwen3
Parameter scale 30B-A3B
Quantization Q4_K_M
Layer count 48
Activation width 2048
Package size 17.6 GB
Source file Qwen3-30B-A3B-Q4_K_M.gguf
Package repo meshllm/Qwen3-30B-A3B-Q4_K_M-layers

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/Qwen3-30B-A3B-GGUF.

Quickstart

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

Package Variant

Property Value
Format layer-package
Canonical source ref unsloth/Qwen3-30B-A3B-GGUF@d5b1d57bd0b504ac62ae6c725904e96ef228dc74/Qwen3-30B-A3B-Q4_K_M.gguf
Source revision d5b1d57bd0b504ac62ae6c725904e96ef228dc74
Source SHA-256 9f1a24700a339b09c06009b729b5c809e0b64c213b8af5b711b3dbdfd0c5ba48
Skippy ABI 0.1.22
Package manifest SHA-256 528fe4b41544a05919141aeb6e3598186daa4835fc430934545f59edeaf2ca66

What Is Included

Artifact Path Contents SHA-256
Manifest model-package.json Package schema, source identity, checksums 528fe4b41544a05919141aeb6e3598186daa4835fc430934545f59edeaf2ca66
Metadata shared/metadata.gguf 0 tensors, 5.7 MB ed910579e6ebd91db97aacfb68549c77a34e0052ee335d706f1cb5a2bd421ef1
Embeddings shared/embeddings.gguf 1 tensors, 172.6 MB 15813b6640f40cc9584fa02d547b883b6f3871abd4ab9e6d3f1b14d3b02d916f
Output head shared/output.gguf 2 tensors, 249.1 MB cdc31f32ab52de42f26fb41e5ae3a295a7e329cadf15bd54b8533731731cd195
Transformer layers layers/layer-*.gguf 48 layer artifacts, 576 tensors, 17.1 GB see model-package.json

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.

skippy-model-package write-package "/source/Qwen3-30B-A3B-Q4_K_M.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_Qwen3-30B-A3B-Q4_K_M-layers-192/package"

Links

Downloads last month
1,659
GGUF
Model size
0.6B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for meshllm/Qwen3-30B-A3B-Q4_K_M-layers

Quantized
(1)
this model