Remove unused DFlash runtime warning sources - #139
Closed
FujitsuPolycom wants to merge 1 commit into
Closed
Conversation
Attest deep_ep module ownership by the exact deep_ep 2.0.0+local distribution, uninstall only that distribution in the derived image, and verify the module and distribution metadata are absent. Carry the content-addressed removal receipt through prepared-context hashes, OCI labels, profile attestation, and composed-image verification. DFlash profiles leave Torch thread selection unset, select language-model-only serving, disable unsupported symmetric-memory and FlashInfer all-reduce candidates, and disable all-reduce RMS fusion. PYNCCL, the pinned NCCL library, and B12X attention, MoE, and linear bindings remain unchanged. ModelOpt and FP8 KV warnings remain visible. Compatibility: model, draft, loader, KV, topology, SparkCache identity, cache wire values, digest salts, and 256-token geometry are unchanged. Cache namespace impact: none. Validation: 34 focused GPU-free tests passed; repository-wide Ruff passed; Bash syntax, Python compilation, JSON parsing, and diff checks passed. The maintained suite passed 1,944 tests with 9 skipped and retained one unrelated PR #136 base README assertion failure. No image was built and no service was modified.
This was referenced Aug 30, 2026
Owner
Author
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.
Result
The DFlash7 derived-image contract removes an unused Python distribution without hiding runtime warnings. The build proves that deep_ep has exactly one owner, deep_ep==2.0.0+local, uninstalls only that distribution, and verifies that the module and distribution metadata are absent.
The content-addressed removal receipt has SHA-256 65514f44829e7d176b0b2cacc9559ed22724e525b7041a8bcd4d2e02d1f372e3. Prepared-context hashes, OCI labels, profile image-label requirements, launch attestation, and composed-image verification bind that receipt and its module-absence postcondition.
Runtime profile
Both safetensors and fastsafetensors profiles:
ModelOpt experimental-quantization and FP8 KV accuracy warnings remain visible and are recorded as allowed limitations. The profiles do not apply a general warning filter or lower the logging level.
Compatibility
Target and draft checkpoints, loader selection, DFlash depth, draft TP, FP8 KV, block size, sequence limits, topology, SparkCache identity, cache wire values, digest salts, and logical geometry are unchanged. Cache namespace impact: none.
Validation
No image was built or published. No serving host or container was changed.