-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
[Feat][Executor] Introduce RayExecutorV2 #36836
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 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3a3a250
Implement RayExecutorV2 & tested on a single-node
jeffreywang88 df75664
Enable multinode
jeffreywang88 bbaa21b
Fix pre-commit
jeffreywang88 2541f2d
Fix RayExecutorV2 monitor thread self-join
jeffreywang88 c3ad8e5
Remove unnecessary changes
300d0ae
Extract bundle sorting to a utility
jeffreywang88 11d32eb
Fix linter
jeffreywang88 5795f1d
Enable async scheduling
jeffreywang88 7128074
Address CR feedback
jeffreywang88 e7a3c1f
Address test feedback
jeffreywang88 5b4119a
Merge branch 'main' into ray
jeffreywang88 ec2730d
Iterate over world_size
jeffreywang88 ca95900
Fix tests and linters
jeffreywang88 139c02a
Respect VLLM_RAY_BUNDLE_INDICES
jeffreywang88 7657031
Adjust DP rank for ray executor backend
jeffreywang88 6c1ea7e
Apply DP local-rank device offset for RayExecutorV2 workers
jeffreywang88 d040317
Support DP
jeffreywang88 a76acc9
Fix linter
jeffreywang88 c9f0a39
Lazily initialize RayWorkerProc
jeffreywang88 29c7426
Propagate env var; add tests
jeffreywang88 aae5938
Add nsight profiling and non-GPU device support to RayExecutorV2
jeffreywang88 25eaf8e
Fix AsyncLLMActor async detection in e2e tests
jeffreywang88 6717ca2
Fix AsyncLLMActor async detection in e2e tests
jeffreywang88 cfba15e
Fix test
jeffreywang88 476501b
Fix test
jeffreywang88 c7aa661
Fix wrong PYTHONPATH in Ray workers
jeffreywang88 e0fd321
CR feedback round 1
jeffreywang88 af21cdd
CR feedback round 2
jeffreywang88 ad8f6d0
Only apply blacklist & propagate env with setdefault
jeffreywang88 605a347
Merge branch 'main' into ray
jeffreywang88 7586204
CR feedback round 3
jeffreywang88 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
Remove unnecessary changes
Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com>
- Loading branch information
commit c3ad8e55ee20353f5bbcf0e963769b2eb6c65f88
Some comments aren't visible on the classic Files Changed page.
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
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.