tarruda/Qwen3.8-Flash-Next-GGUF overview
Qwen3.8 Flash Next GGUF GGUF quantizations for Qwen/Qwen3.8 Flash Next https://huggingface.co/Qwen/Qwen3.8 Flash Next Quant Recipes | Recipe | Quant Size | Def…
Runs locally from ~10.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00001-of-00003.gguf | GGUF | IQ4_NL | 10.4 MB | Download |
| IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00002-of-00003.gguf | GGUF | IQ4_NL | 55.61 GB | Download |
| IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00003-of-00003.gguf | GGUF | IQ4_NL | 39.59 GB | Download |
| Q5_K/Qwen3.8-Flash-Next-Q5_K-00001-of-00004.gguf | GGUF | Q5_K | 10.4 MB | Download |
| Q5_K/Qwen3.8-Flash-Next-Q5_K-00002-of-00004.gguf | GGUF | Q5_K | 55.88 GB | Download |
| Q5_K/Qwen3.8-Flash-Next-Q5_K-00003-of-00004.gguf | GGUF | Q5_K | 55.63 GB | Download |
| Q5_K/Qwen3.8-Flash-Next-Q5_K-00004-of-00004.gguf | GGUF | Q5_K | 35.66 GB | Download |
| Qwen3.8-Flash-Next-mmproj-BF16.gguf | GGUF | BF16 | 865.5 MB | Download |
| Qwen3.8-Flash-Next-mmproj-F16.gguf | GGUF | F16 | 862.1 MB | Download |
| Qwen3.8-Flash-Next-mmproj-Q8_0.gguf | GGUF | Q8_0 | 588.1 MB | Download |
| imatrix.gguf | GGUF | GGUF | 552.9 MB | Download |
Model Details
| Model ID | tarruda/Qwen3.8-Flash-Next-GGUF |
|---|---|
| Author | tarruda |
| Pipeline | image-text-to-text |
| License | other |
| Base model | Qwen/Qwen3.8-Flash-Next |
| Last modified | 2026-08-29T01:40:54.000Z |
Model README
---
quantized_by: tarruda
pipeline_tag: image-text-to-text
base_model: Qwen/Qwen3.8-Flash-Next
base_model_relation: quantized
license: other
license_name: qwen-community-1.0
license_link: https://huggingface.co/Qwen/Qwen3.8-Flash-Next/blob/main/LICENSE
tags:
- gguf
- imatrix
- multimodal
- qwen
- llama.cpp
---
Qwen3.8 Flash Next GGUF
GGUF quantizations for
Quant Recipes
| Recipe | Quant Size | Default type | Tensor-specific overrides |
| --- | --- | --- | --- |
| Q5_K | 150694.87 MiB (7.14 BPW) | Q8_0 | ffn_down_exps=q8_0, ffn_gate_exps=q5_k, ffn_up_exps=q5_k, per_layer_token_embd=q8_0 |
| IQ4_NL | 97480.69 MiB (4.62 BPW) | Q8_0 | ffn_down_exps=iq4_nl, ffn_gate_exps=iq4_nl, ffn_up_exps=iq4_nl, per_layer_token_embd=iq4_nl |
Usage
#!/bin/sh
set -eu
model_dir=${MODEL_DIR:-.}
llama_server=${LLAMA_SERVER:-llama-server}
model=${MODEL:-"$model_dir/IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00001-of-00003.gguf"}
mmproj=${MMPROJ_MODEL:-"$model_dir/Qwen3.8-Flash-Next-mmproj-Q8_0.gguf"}
exec "$llama_server" \
--load-mode none --no-warmup \
--model "$model" \
--mmproj "$mmproj" \
--ctx-size 262144 -np 1 \
--temp 1.0 --top-p 0.95 --top-k 20 --min-p 0.0 \
--reasoning-preserve \
--repeat-penalty 1.0 --presence-penalty 0.0 \
--port 8080Run tarruda/Qwen3.8-Flash-Next-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models