-
Notifications
You must be signed in to change notification settings - Fork 629
[Build][0.7.3] Integrate MindIE Turbo into vLLM Ascend #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ sphinx-togglebutton | |
| myst-parser | ||
| msgspec | ||
| sphinx-substitution-extensions | ||
| snowballstemmer<3.0.0 | ||
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,38 @@ | ||
| # Feature Support | ||
|
|
||
| | Feature | Supported | CI Coverage | Guidance Document | Current Status | Next Step | | ||
| |--------------------------|-----------|-------------|-------------------|---------------------------|--------------------| | ||
| | Chunked Prefill | ❌ | | | NA | Rely on CANN 8.1 NNAL package release | | ||
| | Automatic Prefix Caching | ✅ | | | Basic functions available | Rely on CANN 8.1 NNAL package release | | ||
| | LoRA | ❌ | | | NA | Plan in 2025.06.30 | | ||
| | Prompt adapter | ❌ | | | NA | Plan in 2025.06.30 | | ||
| | Speculative decoding | ✅ | | | Basic functions available | Need fully test | | ||
| | Pooling | ✅ | | | Basic functions available(Bert) | Need fully test and add more models support| | ||
| | Enc-dec | ❌ | | | NA | Plan in 2025.06.30| | ||
| | Multi Modality | ✅ | | ✅ | Basic functions available(LLaVA/Qwen2-vl/Qwen2-audio/internVL)| Improve perforamance, and add more models support | | ||
| | LogProbs | ✅ | | | Basic functions available | Need fully test | | ||
| | Prompt logProbs | ✅ | | | Basic functions available | Need fully test | | ||
| | Async output | ✅ | | | Basic functions available | Need fully test | | ||
| | Multi step scheduler | ✅ | | | Basic functions available | Need fully test, Find more details at [<u> Blog </u>](https://blog.vllm.ai/2024/09/05/perf-update.html#batch-scheduling-multiple-steps-ahead-pr-7000), [<u> RFC </u>](https://github.com/vllm-project/vllm/issues/6854) and [<u>issue</u>](https://github.com/vllm-project/vllm/pull/7000) | | ||
| | Best of | ✅ | | | Basic functions available | Need fully test | | ||
| | Beam search | ✅ | | | Basic functions available | Need fully test | | ||
| | Guided Decoding | ✅ | | | Basic functions available | Find more details at the [<u>issue</u>](https://github.com/vllm-project/vllm-ascend/issues/177) | | ||
| | Tensor Parallel | ✅ | | | Basic functions available | Need fully test | | ||
| | Pipeline Parallel | ✅ | | | Basic functions available | Need fully test | | ||
| The feature support principle of vLLM Ascend is: **aligned with the vLLM**. We are also actively collaborating with the community to accelerate support. | ||
|
|
||
| vLLM Ascend offers the overall functional support of the most features in vLLM, and the usage keep the same with vLLM except for some limits. | ||
|
|
||
| ```{note} | ||
| MindIE Turbo is an optional performace optimization plugin. Find more information about the feature support of MindIE Turbo here(UPDATE_ME_AS_A_LINK). | ||
| ``` | ||
|
|
||
| | Feature | vLLM Ascend | MindIE Turbo | Notes | | ||
| |-------------------------------|----------------|-----------------|------------------------------------------------------------------------| | ||
| | V1Engine | 🔵 Experimental| 🔵 Experimental| Will enhance in v0.8.x | | ||
| | Chunked Prefill | 🟢 Functional | 🟢 Functional | / | | ||
| | Automatic Prefix Caching | 🟢 Functional | 🟢 Functional | [Usage Limits][#732](https://github.com/vllm-project/vllm-ascend/issues/732) | | ||
| | LoRA | 🟢 Functional | 🟢 Functional | / | | ||
| | Prompt adapter | 🟡 Planned | 🟡 Planned | / | | ||
| | Speculative decoding | 🟢 Functional | 🟢 Functional | [Usage Limits][#734](https://github.com/vllm-project/vllm-ascend/issues/734) | | ||
| | Pooling | 🟢 Functional | 🟢 Functional | / | | ||
| | Enc-dec | 🟡 Planned | 🟡 Planned | / | | ||
| | Multi Modality | 🟢 Functional | 🟢 Functional | / | | ||
| | LogProbs | 🟢 Functional | 🟢 Functional | / | | ||
| | Prompt logProbs | 🟢 Functional | 🟢 Functional | / | | ||
| | Async output | 🟢 Functional | 🟢 Functional | / | | ||
| | Multi step scheduler | 🟢 Functional | 🟢 Functional | / | | ||
| | Best of | 🟢 Functional | 🟢 Functional | / | | ||
| | Beam search | 🟢 Functional | 🟢 Functional | / | | ||
| | Guided Decoding | 🟢 Functional | 🟢 Functional | / | | ||
| | Tensor Parallel | 🟢 Functional | ⚡Optimized | / | | ||
| | Pipeline Parallel | 🟢 Functional | ⚡Optimized | / | | ||
| | Expert Parallel | 🟡 Planned | 🟡 Planned | Will support in v0.8.x | | ||
| | Data Parallel | 🟡 Planned | 🟡 Planned | Will support in v0.8.x | | ||
| | Prefill Decode Disaggregation | 🟢 Functional | 🟢 Functional | todo | | ||
| | Quantization | 🟡 Planned | 🟢 Functional | Will support in v0.8.x | | ||
| | Graph Mode | 🟡 Planned | 🟡 Planned | Will support in v0.8.x | | ||
| | Sleep Mode | 🟢 Functional | 🟢 Functional | [Usage Limits][#733](https://github.com/vllm-project/vllm-ascend/issues/733) | | ||
| | MTP | 🟢 Functional | 🟢 Functional | [Usage Limits][#734](https://github.com/vllm-project/vllm-ascend/issues/734) | | ||
| | Custom Scheduler | 🟢 Functional | 🟢 Functional | [Usage Limits][#788](https://github.com/vllm-project/vllm-ascend/issues/788) | |
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.