0xBakeer/deepseek-v41-flash-spark
DeepSeek-V4.1-Flash on a single DGX Spark (GB10): resident hot experts + NVMe streaming, DSpark, OpenAI API. Work in progress.
About the project
A recipe for serving DeepSeek-V4.1-Flash (510 GB, 15,360 FP4 experts) on a single NVIDIA DGX Spark: a hot set of experts stays resident while the rest stream from NVMe via O_DIRECT, plus DSpark speculative decoding and an OpenAI-compatible API. Work in progress.
Useful for
- Run an OpenAI-compatible DeepSeek-V4.1-Flash server on a single DGX Spark without tensor parallelism
- Run bench/bench.py to compare tok/s, expert hit rate and NVMe read volume across configurations
- Connect Open WebUI to the server and check reasoning_content streaming
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 5 stars today.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 3 days old and already has 71 stars.
- Recent forks include notable developers: @mrpmorris (290 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 71
- Stars in a day
- 5
- Forks
- 10
- Issues and pull requests
- 4
- Watchers
- 3
- Language
- Python
- License
- MIT
- Created
- September 10, 2026
- Last push
- September 12, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 13, 2026Top new repositories this week: #195
Similar projects
-
6.1
JustVugg/colibri
A pure-C, zero-dependency inference engine for running large MoE models (744B–2.8T parameters) on consumer hardware by treating VRAM, RAM, and storage as a single multitier hierarchy and streaming experts from disk.
-
5.7
asgeirtj/system_prompts_leaks
A collection of extracted system prompts from Anthropic, OpenAI, Google, xAI and others — the hidden instructions chatbots receive before a user's first message.
-
5.1
kennethwolters/litelm
A lightweight litellm alternative: routes LLM calls across 19 providers and translates message formats in ~2,900 lines with two dependencies, without proxy, caching, or cost tracking.
-
5.0
MiaAI-Lab/DeepSeek-v4.1-Flash-EXL3-2x-DGX-Sparks
A local EXL3 2.9 bpw checkpoint of DeepSeek-V4.1-Flash (196 GiB, 39 shards) served via an OpenAI-compatible vLLM API on a 2x NVIDIA GB10 (DGX Spark) kit with tensor-parallel 2. Includes DSpark speculative decoding and…
-
4.8
unclecode/crawl4ai
Open-source web crawler and scraper that turns pages into clean, LLM-ready Markdown for RAG, agents and data pipelines. Runs via Python API, CLI and Docker with no API keys.
-
4.5
Edge0-AI/Edge0
An open-source streaming MoE inference framework: expert weights are offloaded from SSD on demand while a trained prerouter predicts routing ahead of time. Runs on Apple Silicon via MLX and ships with two ready-to-run…