-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
[Core] Introduce DistributedGPUExecutor
abstract class
#4348
Conversation
As a superclass of RayGPUExecutor, in preparation for introducing a sibling MultiprocessingGPUExecutor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please take a look at the review.
…utor_hierarchy # Conflicts: # vllm/executor/ray_gpu_executor.py
Another concern is the naming. I suggest something like |
@youkaichao so you think |
Yes, I think |
MultiGPUExecutor
abstract classDistributedGPUExecutor
abstract class
…utor_hierarchy # Conflicts: # vllm/executor/ray_gpu_executor.py
As a superclass of
RayGPUExecutor
, in preparation for introducing a siblingMultiprocessingGPUExecutor
.There is no new logic here, it's just moving some methods into a the superclass.