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

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…

ggufimatrixmultimodalqwenllama.cppimage-text-to-textbase_model:Qwen/Qwen3.8-Flash-Nextbase_model:quantized:Qwen/Qwen3.8-Flash-Nextlicense:otherendpoints_compatibleregion:usconversational

Runs locally from ~10.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
image-text-to-text
Author

Repository Files & Downloads

11 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00001-of-00003.ggufGGUFIQ4_NL10.4 MBDownload
IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00002-of-00003.ggufGGUFIQ4_NL55.61 GBDownload
IQ4_NL/Qwen3.8-Flash-Next-IQ4_NL-00003-of-00003.ggufGGUFIQ4_NL39.59 GBDownload
Q5_K/Qwen3.8-Flash-Next-Q5_K-00001-of-00004.ggufGGUFQ5_K10.4 MBDownload
Q5_K/Qwen3.8-Flash-Next-Q5_K-00002-of-00004.ggufGGUFQ5_K55.88 GBDownload
Q5_K/Qwen3.8-Flash-Next-Q5_K-00003-of-00004.ggufGGUFQ5_K55.63 GBDownload
Q5_K/Qwen3.8-Flash-Next-Q5_K-00004-of-00004.ggufGGUFQ5_K35.66 GBDownload
Qwen3.8-Flash-Next-mmproj-BF16.ggufGGUFBF16865.5 MBDownload
Qwen3.8-Flash-Next-mmproj-F16.ggufGGUFF16862.1 MBDownload
Qwen3.8-Flash-Next-mmproj-Q8_0.ggufGGUFQ8_0588.1 MBDownload
imatrix.ggufGGUFGGUF552.9 MBDownload

Model Details

Model IDtarruda/Qwen3.8-Flash-Next-GGUF
Authortarruda
Pipelineimage-text-to-text
Licenseother
Base modelQwen/Qwen3.8-Flash-Next
Last modified2026-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

Qwen/Qwen3.8-Flash-Next

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 8080

Run tarruda/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