CoolFace
Modelpublic

meshllm/DeepSeek-V4-Flash-UD-Q4_K_XL-layers

sourceHugging Facemitupdated 1d agoView on Hugging Face
1likes3.7kdownloads
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>DeepSeek-V4-Flash-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 DeepSeek-V4-Flash-UD-Q4_K_XL across a local Mesh LLM cluster.

This package is derived from unsloth/DeepSeek-V4-Flash-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/DeepSeek-V4-Flash-GGUF
Model idunsloth/DeepSeek-V4-Flash-GGUF:UD-Q4_K_XL
FamilyDeepSeek
Parameter scalenot recorded
QuantizationUD-Q4_K_XL
Layer count43
Activation widthnot recorded
Package size0 B
Source fileUD-Q4_K_XL/DeepSeek-V4-Flash-UD-Q4_K_XL-00001-of-00005.gguf
Package repomeshllm/DeepSeek-V4-Flash-UD-Q4_K_XL-layers
Licensemit from unsloth/DeepSeek-V4-Flash-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/DeepSeek-V4-Flash-GGUF.

Quickstart

bash
# Run this on each machine that should contribute memory/compute.
mesh-llm serve --model "meshllm/DeepSeek-V4-Flash-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/DeepSeek-V4-Flash-GGUF:UD-Q4_K_XL",
    "messages": [{"role": "user", "content": "Write a tiny hello-world function in Rust."}],
    "max_tokens": 128
  }'

Package Variant

PropertyValue
Formatgguf
Canonical source refunsloth/DeepSeek-V4-Flash-GGUF@e3aa0d6a5fa4f820d9e132ac1fd1d01e1b2b49e0/UD-Q4_K_XL/DeepSeek-V4-Flash-UD-Q4_K_XL-00001-of-00005.gguf
Source revisione3aa0d6a5fa4f820d9e132ac1fd1d01e1b2b49e0
Source SHA-2560cecd47692e23e39de16598a4b40c4e1e53a3f2f56a965cc419fc136e9801494
Skippy ABInot recorded
Package manifest SHA-25629927916d4bb40a0ca540044a1f13b795cc217e2a51a47730469fd8b9d2db99c

What Is Included

ArtifactPathContentsSHA-256
Manifestmodel-package.jsonPackage schema, source identity, checksums29927916d4bb40a0ca540044a1f13b795cc217e2a51a47730469fd8b9d2db99c

Validation

Generated by the Mesh LLM HF Jobs splitter from mesh-llm ref 3744f53d301866c7fe59b9638a7260476a2c77b6. 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 "/hf-cache/UD-Q4_K_XL/DeepSeek-V4-Flash-UD-Q4_K_XL-00001-of-00005.gguf" --out-dir "/tmp/meshllm-layer-job-meshllm_DeepSeek-V4-Flash-UD-Q4_K_XL-layers-1/package"

Links