feat(gallery): add Qwen3.5-4B DFlash speculative-decoding model#10842
Merged
Conversation
Pairs unsloth/Qwen3.5-4B-GGUF (Q4_K_M target) with the AtomicChat/Qwen3.5-4B-DFlash-GGUF Q8_0 drafter (quantized from z-lab/Qwen3.5-4B-DFlash, upstream GGUF arch `dflash`), same shape as the existing DFlash entries. Assisted-by: Claude Code:claude-fable-5 [Bash] [Read] [Edit] Signed-off-by: Ettore Di Giacinto <[email protected]>
richiejp
pushed a commit
to richiejp/LocalAI
that referenced
this pull request
Jul 16, 2026
…er#10842) Pairs unsloth/Qwen3.5-4B-GGUF (Q4_K_M target) with the AtomicChat/Qwen3.5-4B-DFlash-GGUF Q8_0 drafter (quantized from z-lab/Qwen3.5-4B-DFlash, upstream GGUF arch `dflash`), same shape as the existing DFlash entries. Assisted-by: Claude Code:claude-fable-5 [Bash] [Read] [Edit] Signed-off-by: Ettore Di Giacinto <[email protected]> Co-authored-by: Ettore Di Giacinto <[email protected]> Signed-off-by: Richard Palethorpe <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
qwen3.5-4b-dflashgallery entry, following the same shape as the four DFlash pairs from #10791.unsloth/Qwen3.5-4B-GGUFQ4_K_M (~2.6 GB)AtomicChat/Qwen3.5-4B-DFlash-GGUFQ8_0 (~0.6 GB), quantized fromz-lab/Qwen3.5-4B-DFlashVerification done:
general.architectureis upstreamdflash(not the fork-onlydflash-draft), so it loads in the pinned upstream llama.cpp DFlash implementation.Config matches the existing entries:
flash_attention: on,draft_model:, andspec_type:draft-dflash+spec_n_max:15options.Assisted-by: Claude Code:claude-fable-5 [Bash] [Read] [Edit]