GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

DhruvalLabs/Qwen3.8-Flash-Next-GGUF overview

<div align="center" Qwen3.8 Flash Next — GGUF Quantizations Original Model https://img.shields.io/badge/Original Qwen Qwen3.8 Flash Next blue https://huggingfa…

ggufquantizedqwen3.8mixture-of-expertstext-generationenbase_model:Qwen/Qwen3.8-Flash-Nextbase_model:quantized:Qwen/Qwen3.8-Flash-Nextlicense:otherendpoints_compatibleregion:usconversational

Runs locally from ~27.81 GB disk (32 GB+ VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3.8-Flash-Next-Q4_K_M-00001-of-00003.ggufGGUFQ4_K_M41.54 GBDownload
Qwen3.8-Flash-Next-Q4_K_M-00002-of-00003.ggufGGUFQ4_K_M41.62 GBDownload
Qwen3.8-Flash-Next-Q4_K_M-00003-of-00003.ggufGGUFQ4_K_M27.81 GBDownload
Qwen3.8-Flash-Next-Q4_K_M.ggufGGUFQ4_K_M110.97 GBDownload

Model Details

Model IDDhruvalLabs/Qwen3.8-Flash-Next-GGUF
AuthorDhruvalLabs
Pipelinetext-generation
Licenseother
Base modelQwen/Qwen3.8-Flash-Next
Last modified2026-08-28T12:18:24.000Z

Model README

---

license: other

base_model: Qwen/Qwen3.8-Flash-Next

pipeline_tag: text-generation

tags:

- gguf

- quantized

- qwen3.8

- mixture-of-experts

language:

- en

---

<div align="center">

Qwen3.8-Flash-Next — GGUF Quantizations

![Original Model](https://huggingface.co/Qwen/Qwen3.8-Flash-Next)

![quant-kit](https://github.com/DhruvalPtl/quant-kit)

Quantized GGUF versions of Qwen3.8-Flash-Next

Works with llama.cpp · Ollama · LM Studio

</div>

---

⚡ The Model Architecture

Qwen3.8-Flash-Next is an incredibly powerful 125B parameter Mixture-of-Experts (MoE) model featuring a massive 51B N-gram embedding table. Despite its massive total size, its sparse architecture only activates ~6B parameters per token, making it blazingly fast during inference!

This GGUF was quantized to Q4_K_M to preserve maximum intelligence while shrinking the massive 360GB original size down to a highly efficient 111GB footprint.

---

📦 Available Files (Sharded)

Because this model is so large, the Q4_K_M GGUF has been split into 3 shards to bypass the 50GB file size limit.

| Filename | Size | RAM Required | Quant | Quality |

|---|---|---|---|---|

| Qwen3.8-Flash-Next-Q4_K_M-00001-of-00003.gguf | 45.0 GB | - | Q4_K_M | ⭐⭐⭐⭐ |

| Qwen3.8-Flash-Next-Q4_K_M-00002-of-00003.gguf | 45.0 GB | - | Q4_K_M | ⭐⭐⭐⭐ |

| Qwen3.8-Flash-Next-Q4_K_M-00003-of-00003.gguf | 21.0 GB | - | Q4_K_M | ⭐⭐⭐⭐ |

> ⚠️ IMPORTANT: You must download all 3 files into the same folder! When loading the model in llama.cpp or Ollama, simply point the program to the first file (...00001-of-00003.gguf) and it will automatically detect and stitch together the rest of the shards during inference.

(System RAM Warning: You will need at least 128GB of Unified Memory (Mac) or System RAM/VRAM to run this model without severe swapping).

---

🚀 How to Use

llama.cpp CLI

Make sure all 3 shards are in the same directory.

./llama-cli \
  -m Qwen3.8-Flash-Next-Q4_K_M-00001-of-00003.gguf \
  -p "Explain the benefits of sparse Mixture-of-Experts architectures." \
  --conversation \
  -n 1024

Run DhruvalLabs/Qwen3.8-Flash-Next-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models