[Feature] Add DeepSeek V3.2 W8A8 INT8 model support#339
Open
Lidang-Jiang wants to merge 3 commits into
Open
Conversation
- align package metadata, docs, and CI with vllm 0.19.0 - add 0.19.x compatibility shims and request-path fixes - add unit coverage for the new compatibility paths Signed-off-by: Lidang Jiang <lidangjiang@gmail.com>
Signed-off-by: Lidang Jiang <lidangjiang@gmail.com>
d781707 to
387394d
Compare
Enable the DeepSeek V3.2 W8A8 INT8 Dynamic model to start and serve chat on the vLLM 0.19 path. Add compressed-tensors W8A8 fallbacks, dense FlashMLA routing, MLA prefill/decode fallbacks, and regression tests for the adapted paths. Signed-off-by: Lidang Jiang <lidangjiang@gmail.com>
387394d to
3dffb27
Compare
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.
Summary
DeepSeek-V3.2-W8A8-INT8-Dynamicon the vLLM 0.19 Kunlun path.This PR is based on the v0.19 upgrade branch from #315; the new commit adds the DeepSeek V3.2 W8A8 INT8 Dynamic serving adaptation.
Full sanitized logs: https://gist.github.com/Lidang-Jiang/14df1d68a4f9cd17f18a63950cd007ad
Before
Baseline commit:
864d569Service startup failed before the adaptation:
Client verification:
After
Service startup:
Client verification:
Unit tests:
Test plan
/workspace/python310_torch25_cuda/bin/python -m pytest tests/ut/test.pyDeepSeek-V3.2-W8A8-INT8-Dynamiccurl http://127.0.0.1:8566/healthcurl http://127.0.0.1:8566/v1/modelscurl http://127.0.0.1:8566/v1/chat/completions