Add paged MLA/KDA serving for Ling-3.0 - #607
Draft
FENP wants to merge 3 commits into
Draft
Conversation
Signed-off-by: FENP <yuanyongjie.yyj@antgroup.com>
Signed-off-by: FENP <yuanyongjie.yyj@antgroup.com>
Signed-off-by: FENP <yuanyongjie.yyj@antgroup.com>
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.
Note
This is a work-in-progress PR for early design and implementation review.
It is blocked on:
Please do not merge until these dependencies are available.
Summary
BailingMoeV3ForCausalLMand the expected KDA configuration fields.Dependencies
This change has two upstream prerequisites:
vLLM must publish a release containing:
[Model][Frontend] Add Ling 3.0 Flash BF16, MTP, and parser support vllm#51045
[Model][Quantization] Add Ling-3.0-flash-fp8 supportvllm#51265vLLM 0.27.1 contains neither change. Once a suitable release is available,
install.shmust update its pinned vLLM wheel.MLX-LM support depends on: Add Bailing V3 support for Ling-3.0 models ml-explore/mlx-lm#1711
Once merged,
pyproject.tomlmust pin an upstream MLX-LM revision containing that implementation.Validation
54 passed, 1 skippedin the existing focused vLLM-Metal test suites.git diff --checkpassed.Scope