feat: DeepSeek V4 Flash DSpark C12 NVFP4 recipe + mod - #311
Open
mtdphn wants to merge 1 commit into
Open
Conversation
spark-vllm-docker v1 style recipe for serving DeepSeek-V4-Flash-DSpark on 2x DGX Spark (GB10) with vLLM TP=2, DSpark speculative decoding, NVFP4 KV cache (nvfp4_ds_mla), B12X MoE backend, and the 2026-07-03 garble fix. Recipe: recipes/deepseek-v4-flash-dspark.yaml Mod: mods/deepseek-v4-flash-dspark/ (18 overlay files + 3 NVFP4 patches) Based on tonyd2wild C12 NVFP4 default config (2026-07-04). Includes Keys DSpark concurrency patch via overlay files. NVFP4 KV cache implementation via 3-stage patch pipeline. Default: gpu_memory_utilization=0.77, max_model_len=350000, nvfp4_ds_mla. Distributed executor backend: mp (multiprocessing).
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.
spark-vllm-docker v1 style recipe for DeepSeek-V4-Flash-DSpark
Eugr-format recipe for serving DeepSeek-V4-Flash-DSpark on 2x DGX Spark (GB10) with vLLM TP=2, DSpark speculative decoding, NVFP4 KV cache (nvfp4_ds_mla), B12X MoE backend, and the 2026-07-03 garble fix.
Includes
recipes/deepseek-v4-flash-dspark.yaml— v1 format, cluster-only (2-node)mods/deepseek-v4-flash-dspark/— 18 overlay files + 3 NVFP4 patch stagesKey Parameters
containervllm-dspark-runtime:dspark-nvfp4-stage-cgpu_memory_utilizationmax_model_lenkv_cache_dtypenvfp4_ds_mlamax_num_seqsnum_speculative_tokensdistributed-executor-backendAttribution
Verified
Notes
gpu_memory_utilization=0.77(~94 GiB free). Clean Spark units can use 0.80.run.shverification script previously emitted bareprint(...)calls (missing f-string prefix) causing benignSyntaxWarningduring import verification — fixed in this submission.