How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="meshllm/MiniMax-M2.1-UD-Q4_K_XL-layers",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)
Mesh LLM

MiniMax-M2.1-UD-Q4_K_XL

Distributed GGUF inference package for Mesh LLM

Website GitHub Discord

GGUF layer package for running MiniMax-M2.1-UD-Q4_K_XL across a local Mesh LLM cluster.

This package is derived from unsloth/MiniMax-M2.1-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/MiniMax-M2.1-GGUF
Model id unsloth/MiniMax-M2.1-GGUF:UD-Q4_K_XL
Family MiniMax
Parameter scale not recorded
Quantization UD-Q4_K_XL
Layer count 62
Activation width 3072
Package size 122.8 GB
Source file UD-Q4_K_XL/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf
Package repo meshllm/MiniMax-M2.1-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/MiniMax-M2.1-GGUF.

Quickstart

# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/MiniMax-M2.1-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/MiniMax-M2.1-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/MiniMax-M2.1-GGUF@main/UD-Q4_K_XL/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf
Source revision main
Source SHA-256 7eaf9c62666a52348f1b47d6db83e7c63a41b21d38dfbfb8d6eaeaee4c353c4a
Skippy ABI 0.1.24
Package manifest SHA-256 78ff32f18efcdc754dbd6b8187a2449cccc6f4fd0c7ff29b8f19b2bd8d5e5489

What Is Included

Artifact Path Contents SHA-256
Manifest model-package.json Package schema, source identity, checksums 78ff32f18efcdc754dbd6b8187a2449cccc6f4fd0c7ff29b8f19b2bd8d5e5489
Metadata shared/metadata.gguf 0 tensors, 7.9 MB bb405f23120fa13387ae711ec4d4693aa56375a92ec9afff2678d5b41b23d953
Embeddings shared/embeddings.gguf 1 tensors, 337.6 MB 0d41c074ef7d90857b9358acca03830b5626edcf024f5b0dc16253e9ace1a500
Output head shared/output.gguf 2 tensors, 488.7 MB 0af98138be53f03c1db899e862bd2beac854bfce0afad221389225917f48d20c
Transformer layers layers/layer-*.gguf 62 layer artifacts, 806 tensors, 122.0 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/UD-Q4_K_XL/MiniMax-M2.1-UD-Q4_K_XL-00001-of-00003.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_MiniMax-M2.1-UD-Q4_K_XL-layers-194/package"

Links

Downloads last month
1,645
GGUF
Model size
4B params
Architecture
minimax-m2
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/MiniMax-M2.1-UD-Q4_K_XL-layers

Quantized
(1)
this model