Add DeepSeek-V4-Flash-0731 guide + card (Config-I 2.88bpw GGUF) - #21
Merged
Conversation
Release burn-in of the Config-I hybrid GGUF quant (284B/21B-active MoE at 2.88 bpw, 95 GiB, fits one 128GB box). GGUF-focused per the usual order; MLX guide is backlog. Findings: PPL 15.64/12.86 (ctx 512/2048, CUDA); two silent backend traps (Metal rotate-act needs TQ_NO_ROTATE=1, CUDA fused-TQ3 divergence, both fixed in the fork build); official sampling floor (temp 1.0 top_p 0.95, greedy loops); reasoning_content two-stream trap; repetition-loop failure mode on long symbolic math with a confirmed DRY/repeat-penalty fix. DwarfStar (antirez/ds4) A/B on the same weights: 5x decode (29-35 vs ~6 tg t/s on M5 Metal) and, at the same sampling, no loop + terse output, which exonerates the base model and attributes the loop + verbosity to our stack (Config-I quant and/or fork serving path). Status EARLY: one day of release burn-in, single tester.
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 an offlabel operating guide + card for DeepSeek-V4-Flash-0731 as a Config-I hybrid GGUF quant (284B / 21B-active MoE at 2.88 bpw, 95 GiB, fits one 128GB Spark or Mac). GGUF-focused; MLX guide is backlog.
Status: EARLY. One day of quant-release burn-in, single tester. Serving/config findings are solid (each cost real debugging time); behavioral findings are observational and labeled as such.
What's in it
TQ_NO_ROTATE=1routes around it.reasoning_contentwhilecontentis empty or degenerate; content-only harnesses score correct turns as failures.--dry-multiplier 0.8/--repeat-penalty 1.1fix.DwarfStar (antirez/ds4) as a second stack
A/B on the same 0731 weights, different low-bit quant + MLA-native engine, same M5 Metal:
Lint (
scripts/check_guides.py) passes: valid frontmatter, required keys, no em/en-dashes.