DeepSeek-V4.1-Flash — EXL3 SAGE Mixed-K (4.75 bpw)

Loadable ExLlamaV3 pack of deepseek-ai/DeepSeek-V4.1-Flash.

Quantized by vcruz305 with an internal SAGE allocator: mixed EXL3 K per tensor (not a single uniform K) so bitrate goes where it protects quality, and stays lean where it does not. The method itself is not published. Kernels read K from each trellis tensor at load.

Status: complete. 32 compiled model-*-of-00032 shards + index.

Pack

Item Value
Format EXL3 (trellis) + native tables where noted
Average bpw 4.75 (453.07 GB over the 763B card: backbone + Engram + vision)
Shards model-00001-of-00032model-00032-of-00032
Index model.safetensors.index.json
quant_method exl3
Routed experts EXL3, mixed K (SAGE, quality-first)
Engram Native FP8 retained (00031 / 00032)
Protected non-expert tensors Copied (attn / shared / DSpark / vision / head), not wholesale-requantized

This is a compiled 8 GiB-class shard pack. It is not a dump of per-expert work files.

What SAGE is (and is not)

SAGE is my internal sensitivity-aware EXL3 recipe for this model. It mixes Ks instead of stamping one K on every expert. Goal is highest quality at a TP4-class weight budget, not a write-up of the search.

Not in this card: the layer list, the scores, the capture/trace, or the allocator code. If a tensor is EXL3, K is self-describing on the trellis.

This is not an identity-Hessian / uncalibrated uniform-K dump labeled as SAGE.

Source model (DeepSeek, not this pack)

V4.1-Flash is DeepSeek’s MIT CED MoE: 40 layers (20 encoder + 20 decoder), 552B backbone + ~196B Engram, 384 routed experts + 1 shared, top-6. Architecture, sampling defaults, and any benchmark rows on the upstream card are DeepSeek’s. They are not scores of this EXL3 pack. I have not claimed them as mine.

Upstream sampling (start here, then tune): temperature=1.0, top_p=0.95.

Load

ExLlamaV3, point at this repo (or a local snapshot):

from exllamav3 import Config, Model, Tokenizer

cfg = Config.from_directory("vcruz305/DSV4.1-Flash-EXL3-4.75bpw")
model = Model.from_config(cfg)
model.load()
tokenizer = Tokenizer.from_config(cfg)

Needs a recent ExLlamaV3 with DeepSeek V4.1 / CED support. Multi-GPU via whatever your ExLlamaV3 build exposes (tp, device map). This pack is sized as a TP4-class weight ceiling (~422 GiB on disk), not a promise of a specific serve topology.

Files

  • model-00001-of-00032.safetensorsmodel-00030-of-00032.safetensors — EXL3 body + copied protected tensors
  • model-00031-of-00032.safetensors, model-00032-of-00032.safetensors — Engram
  • model.safetensors.index.json, config.json, tokenizer.json, tokenizer_config.json

License

MIT, same as DeepSeek-V4.1-Flash. Cite DeepSeek for the base model. This repository is the EXL3 pack only.

Notes

  • Quantization: vcruz305, SAGE mixed-K EXL3.
  • Please do not file “missing experts/ work tree” issues. That is not this repo.
Downloads last month
52
Safetensors
Model size
325B params
Tensor type
F32
·
BF16
·
F8_E4M3
·
I8
·
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for vcruz305/DSV4.1-Flash-EXL3-4.75bpw

Quantized
(49)
this model