docs(recipe): add DeepSeek-V4-Flash Async CAM recipe - #312
Open
ShwStone wants to merge 1 commit into
Open
Conversation
Signed-off-by: ShwStone <HaowenShi@outlook.com>
ShwStone
requested review from
hsliuustc0106 and
jiangkuaixue123
as code owners
September 4, 2026 10:01
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.
Purpose
Add a user-facing DeepSeek-V4-Flash W8A8 deployment recipe for the
CAMAsyncAFDConnectorperformance work tracked by #227.The recipe describes a single-node, 16-NPU deployment:
Issue
Scope
In scope
launch.sh <attention|ffn>entry point.limitations, and readiness checks.
Out of scope
Runtime dependency
The recorded performance cell used:
568afb3a1;80d8c194f;2e01d4c5from the still-openvLLM-Ascend PR #15452;
e19e14da;PR #15452 provides the DeepSeek-V4 compressor-tail workspace reuse required
for the MBT 65536 configuration. The recipe explicitly documents that this
support is not yet available from the vLLM-Ascend base commit alone.
Implementation notes
The launcher:
attentionorffnas a positional role;libcust_opapi.so;Recorded performance context
For the issue #227 single-node DP4TP2/EP8 token-split matrix, all offered-rate
cells completed 512/512 requests without failure.
1.0x, 6.6% at 1.25x, and 8.6% at 1.5x;
TTFT SLO rate increased from 65.2% to 85.2%.
These are historical results for the recorded software and workload cell, not
a performance guarantee or a new qualification result for this PR.
Test result
bash -n recipe/npu/CAMAsyncAFDConnector/deepseek_v4_flash/launch.sh— passedgit diff --check— passedshellcheckis unavailable in the local environmentDocs impact
Updated:
recipe/README.mddocs/npu/CAM_ASYNC_CONNECTOR_USER_GUIDE.mdAdded:
recipe/npu/CAMAsyncAFDConnector/deepseek_v4_flash/README.mdrecipe/npu/CAMAsyncAFDConnector/deepseek_v4_flash/launch.sh