WikiWayne
Local AIGamesAI ToolsTech NewsAboutBlogContact

As an Amazon Associate I earn from qualifying purchases. This site contains affiliate links.

WikiWayne

Independent notes on local AI, real hardware, Grok, and the games that come out of that stack.

Categories

  • Local AI Hub
  • Local AI
  • AI Tools
  • Digital Marketing
  • Tech News

Quick Links

  • About Wayne
  • Contact
  • Links
  • Methodology
  • Editorial Standards
  • Disclosures
  • Privacy Policy
  • Sitemap

Follow on X

Hardware, local models, Grok, and what I actually ship.

Follow @wikiwayne
WikiWayne© 2026
PrivacyMethodologyEditorialDisclosuresTermsSitemap

Disclosure: As an Amazon Associate I earn from qualifying purchases. This site contains affiliate links.

Home/Local AI/DeepSeek-V4-Flash-Vision-Exp Is Real Weights. Not a GX10 Sit.
Back to Blog
A small cube computer on a wooden lab bench next to a printed model card with a photo clip and a large file size circled in r
Local AI

DeepSeek-V4-Flash-Vision-Exp Is Real Weights. Not a GX10 Sit.

Last updated: September 2, 2026

deepseek-ai/DeepSeek-V4-Flash-Vision-Exp created 2026-08-31T06:16 UTC, lastModified 2026-08-31T12:23 UTC. License MIT. pipeline_tag image-text-to-text. 48 safetensor shards. Hugging Face usedStorage 167,819,616,863 bytes.

Key takeaways

  • deepseek-ai/DeepSeek-V4-Flash-Vision-Exp created 2026-08-31T06:16 UTC, lastModified 2026-08-31T12:23 UTC. License MIT. pipeline_tag image-text-to-text. 48 safetensor shards. Hugging Face usedStorage 167,819,616,863 bytes.
  • First official multimodal V4-Flash weights. Card: visual modules on the DeepSeek-V4-Flash architecture. Text sibling deepseek-ai/DeepSeek-V4-Flash-0731 (created Jul 31; usedStorage 166,888,735,421). Architecture DeepseekV4ForCausalLM. config: 43 layers, 256 routed experts, top-6, 1 shared, 1M context.
  • Unsloth GGUF tree moved Sep 2 (unsloth/DeepSeek-V4-Flash-Vision-Exp-GGUF lastModified 2026-09-02T14:57 UTC, usedStorage 1,313,015,062,640). I summed the shards: IQ1_S 82,438,575,578 (82.44 GB), IQ1_M 86,867,760,570 (86.87), IQ2_XXS 90,692,965,818 (90.69), Q2_K_XL 96,832,509,402 (96.83), IQ3_XXS 102,999,889,466 (103.00). IQ3_S 114.39 GB is over the ~110 line. Q4_K_XL 155.10 GB and Q8_K_XL 161.87 GB unchanged. llama.cpp PR 28133 merged 2026-09-02T14:43 UTC. PR 28154 (text reconvert for vision input) is still open. Not a sit.
  • ggml-org/DeepSeek-V4-Flash-Vision-Exp-GGUF created 2026-09-02T19:55 UTC, lastModified 21:00 UTC, usedStorage 394,078,507,840. I summed Q2_K_S shards: 98,592,557,056 bytes (98.59 GB). Q2_K 117,349,484,544 and MXFP4 154,991,585,280 are over ~110. mmproj BF16 934,455,392; dspark drafters ~10.83–10.90 GB. First nightly with PR 28133 is b10762 (2026-09-02T18:37 UTC). b10766 (20:33 UTC) includes PR 28154. Not a sit.
3 min read
local-ai, deepseek, hardware
Wayne Lowry, WikiWayne author
Wayne Lowry

Local LLMs on NVIDIA Spark / ASUS GX10

DeepSeek posted Vision-Exp this morning. The instrument is a Hugging Face card, created Aug 31 at 06:16 UTC and last updated 12:23 UTC. deepseek-ai/DeepSeek-V4-Flash-Vision-Exp. License: MIT. pipeline_tag: image-text-to-text. 48 safetensor shards. I pulled the API: usedStorage is 167,819,616,863 bytes.

The card's own sentence: first experimental multimodal model in the DeepSeek-V4 family. Visual modules on the DeepSeek-V4-Flash architecture, then continued training. Text sibling is deepseek-ai/DeepSeek-V4-Flash-0731 (created Jul 31; usedStorage 166,888,735,421). Architecture DeepseekV4ForCausalLM. From config.json: 43 layers, 256 routed experts, 6 experts per token, 1 shared expert, 1,048,576 context. The Vision card does not print a total-parameter count. I am not inventing one.

I am not quoting their eval table. I am not inventing tokens per second.

The fit test is still the file size. Official weights are about 168 GB. That already misses 128GB unified.

Unsloth posted GGUFs the same morning as the card. The tree moved again Sep 2. The instrument is unsloth/DeepSeek-V4-Flash-Vision-Exp-GGUF, last updated Sep 2 at 14:57 UTC. Hugging Face usedStorage on that card is 1,313,015,062,640 bytes. I summed the .gguf shards:

  • UD-IQ1_S: 82,438,575,578 bytes (82.44 GB)
  • UD-IQ1_M: 86,867,760,570 (86.87 GB)
  • UD-IQ2_XXS: 90,692,965,818 (90.69 GB)
  • UD-Q2_K_XL: 96,832,509,402 (96.83 GB)
  • UD-IQ3_XXS: 102,999,889,466 (103.00 GB)
  • UD-IQ3_S: 114,391,619,130 (114.39 GB)
  • UD-Q3_K_XL: 128,206,730,842 (128.21 GB)
  • UD-IQ4_XS: 136,662,447,706 (136.66 GB)
  • UD-Q4_K_XL: 155,095,241,184 (155.10 GB)
  • UD-Q8_K_XL: 161,869,615,584 (161.87 GB)

mmproj-F16 is 933,258,432 bytes. mmproj-BF16 is 934,462,656. IQ3_S is already over the ~110 line I use as a disk check. Under 110 GB on disk is still not a sit.

llama.cpp PR 28133 (mtmd: support DeepSeek-V4-Flash-Vision-Exp) merged Sep 2 at 14:43 UTC. Stock nightlies only went through b10760, which landed before that merge, so the image path needs master or a later nightly. PR 28154 (text reconvert for vision input) is still open. Unsloth's README may still say the support PR is unmerged. GitHub is the instrument. I am not checking out that branch. I am not inventing tok/s.

ggml-org posted their own GGUF tree the same afternoon. The card is ggml-org/DeepSeek-V4-Flash-Vision-Exp-GGUF, created Sep 2 at 19:55 UTC and last updated 21:00 UTC. Hugging Face usedStorage is 394,078,507,840 bytes. I summed the shards:

  • Q2_K_S: 98,592,557,056 bytes (98.59 GB)
  • Q2_K: 117,349,484,544 (117.35 GB)
  • MXFP4: 154,991,585,280 (154.99 GB)

mmproj-BF16 is 934,455,392 bytes. mmproj-Q8_0 is 497,985,632. The dspark drafter files are 10,896,058,848 (BF16) and 10,826,881,504 (MXFP4). Q2_K_S is under ~110 on disk. That is still not a sit. Q2_K and MXFP4 miss that line.

The first tagged llama.cpp nightly that names PR 28133 is b10762 (Sep 2, 18:37 UTC). b10766 (20:33 UTC) names PR 28154. b10760 was before 28133. I am not inventing tok/s. I did not load these files on the GX10.

I run Grok when it earns it, and a GX10 when I want the weights in the room. This family is still on the far side of that split. If a later quant actually sits in 128GB and I load it, that note comes next. Not this card, and not a download I did not start.

  • deepseek-ai/DeepSeek-V4-Flash-Vision-Exp
  • deepseek-ai/DeepSeek-V4-Flash-0731
  • unsloth/DeepSeek-V4-Flash-Vision-Exp-GGUF
  • ggml-org/DeepSeek-V4-Flash-Vision-Exp-GGUF
  • llama.cpp PR 28133: mtmd: support DeepSeek-V4-Flash-Vision-Exp
  • llama.cpp PR 28154: text reconvert for vision input

Frequently asked questions

Yes. The Hugging Face card deepseek-ai/DeepSeek-V4-Flash-Vision-Exp was created Aug 31, 2026 at 06:16 UTC and last updated 12:23 UTC. License is MIT. pipeline_tag is image-text-to-text.

Official usedStorage is still 167,819,616,863 bytes. Unsloth now has under-110 GGUFs: IQ1_S sums to 82,438,575,578 bytes. That is a file list, not a sit. llama.cpp PR 28133 is merged; stock nightlies only went through b10760 before that merge. PR 28154 is still open. I did not load this on the GX10, and I am not inventing tok/s. ggml-org Q2_K_S sums to 98,592,557,056 bytes. That is still a file list, not a sit. First tagged nightly with PR 28133 is b10762. b10766 has PR 28154. I did not load this.

No. The text sibling is deepseek-ai/DeepSeek-V4-Flash-0731, created Jul 31. This card is the first official multimodal V4-Flash weights. I am not rewriting that text note, and I am not inventing a parameter count the Vision card does not print.

Affiliate Disclosure: As an Amazon Associate I earn from qualifying purchases. This site contains affiliate links.

Related Articles

local ai

Nemotron Puzzle Fits 128GB on Paper. Loader Fix Landed. Not a GX10 Sit.

3 min read

local ai

K2 Horizon Fits on Paper. Not a GX10 Sit.

3 min read

local ai

VibeVoice ASR-Streaming Fits 128GB. That Is Not a Sit.

2 min read