How to use from
Ollama
ollama run hf.co/meshllm/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL-layers
Quick Links
Mesh LLM

ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL

Distributed GGUF inference package for Mesh LLM

Website GitHub Discord

GGUF layer package for running ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL across a local Mesh LLM cluster.

This package is derived from unsloth/ERNIE-4.5-21B-A3B-Thinking-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 UD-Q4_K_XL layer package

Model Overview

Property Value
Source model unsloth/ERNIE-4.5-21B-A3B-Thinking-GGUF
Model id unsloth/ERNIE-4.5-21B-A3B-Thinking-GGUF:UD-Q4_K_XL
Family ERNIE
Parameter scale 21B-A3B
Quantization UD-Q4_K_XL
Layer count 28
Activation width 2560
Package size 12.5 GB
Source file ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL.gguf
Package repo meshllm/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL-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/ERNIE-4.5-21B-A3B-Thinking-GGUF.

Quickstart

# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL-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/ERNIE-4.5-21B-A3B-Thinking-GGUF:UD-Q4_K_XL",
    "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/ERNIE-4.5-21B-A3B-Thinking-GGUF@main/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL.gguf
Source revision main
Source SHA-256 88a031e033df34c30c9d46cf3b68773f3638dacb6550b80b8940f947160bb93e
Skippy ABI 0.1.25
Package manifest SHA-256 8e2efca7d5ec82ea1c9d43e9e37f6a6701f5ee775c83b3bfefc8c2d6e6244a33

What Is Included

Artifact Path Contents SHA-256
Manifest model-package.json Package schema, source identity, checksums 8e2efca7d5ec82ea1c9d43e9e37f6a6701f5ee775c83b3bfefc8c2d6e6244a33
Metadata shared/metadata.gguf 0 tensors, 2.3 MB 14db177eb056e2a508d35f4238ec42d9837ce1b4537b2f8ea83376618203ecce
Embeddings shared/embeddings.gguf 1 tensors, 209.4 MB e1daa84f64cb66f9c65f7456e9b6dba0a954589d073553e079d11a0f35f1dc09
Output head shared/output.gguf 1 tensors, 2.3 MB 403ab55faf994ca2864995efe28e4cd3e045bc4250dc3929e58abd4da8a14cfc
Transformer layers layers/layer-*.gguf 28 layer artifacts, 387 tensors, 12.3 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/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL-layers-193/package"

Links

Downloads last month
199
GGUF
Model size
0.1B params
Architecture
ernie4_5-moe
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/ERNIE-4.5-21B-A3B-Thinking-UD-Q4_K_XL-layers