-
-
Couldn't load subscription status.
- Fork 10.8k
[Misc] refactor: simplify EngineCoreClient.make_async_mp_client in AsyncLLM #18817
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
Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
dc945b4 to
db1fbbf
Compare
e3d533e to
3d42e18
Compare
5ecdcf9 to
908872d
Compare
vllm/v1/engine/async_llm.py
Outdated
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.
We should use the make_async_mp_client method instead of importing Client, which can reduce code maintenance costs
|
@DarkLight1337 @WoosukKwon /PTAL |
|
cc @njhill |
|
This pull request has merge conflicts that must be resolved before it can be |
908872d to
f13b12f
Compare
9828b82 to
2dc8d11
Compare
|
@njhill can you help me this? |
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.
Thanks @googs1025, LGTM. Let's wait for #18779 to be merged though since this will need to be updated after that.
|
This pull request has merge conflicts that must be resolved before it can be |
2dc8d11 to
bcd34f3
Compare
bcd34f3 to
c1bc297
Compare
|
@googs1025 LGTM, there's just a pre-commit error that needs fixing. |
Signed-off-by: googs1025 <[email protected]>
c1bc297 to
2253bf8
Compare
done |
…yncLLM (vllm-project#18817) Signed-off-by: googs1025 <[email protected]>
AsyncLLMFIX None