[WIP] OmniConnector for Multimodal Full Disaggregation#79
Closed
natureofnature wants to merge 2 commits intomainfrom
Closed
[WIP] OmniConnector for Multimodal Full Disaggregation#79natureofnature wants to merge 2 commits intomainfrom
natureofnature wants to merge 2 commits intomainfrom
Conversation
| ReplicateConfig = None | ||
|
|
||
|
|
||
| def k(rid: str, from_stage: str, to_stage: str) -> str: |
| max_batch_size: 1 | ||
| engine_args: | ||
| model_stage: thinker | ||
| model_arch: Qwen2_5OmniForConditionalGeneration |
Collaborator
There was a problem hiding this comment.
it's better for you to add a new example for disaggregated serving and provide a new yaml under examples folder.
Here the yaml is used for defaults
1 task
5fa7d22 to
4c434d4
Compare
18 tasks
6ecbc4c to
7d002e8
Compare
…ni connector to omni-llm, rebased with main (twice). ray + mooncake connector work on 2 nodes, but needes several updates\n1.start ray inside vllm-omni \n2.placement group optimize \n3.fix close
7d002e8 to
33e03b4
Compare
61 tasks
Contributor
Author
|
closed, refer to #215 |
13 tasks
1 task
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
Supports full E–P–D–G separation across **same process / same node / cross-node **.
Status
On going, currently added mooncake store based connector based on current multiprocessing queue based communication.
A preliminary and draft version for #62.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)