-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
[Bugfix][V0 Deprecation][CI] use async mock and await for async method #25325
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
ywang96
left a comment
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.
Seems reasonable for me - I'm curious why our CI didn't catch this?
|
cc @WoosukKwon |
|
I think it is not because we change to AsyncLLM. I check deleted MQLLMEngineClient. The add_lora method is async in there. Looks like the original test method forget to use async mock @DarkLight1337 @ywang96 |
febed9e to
afefccf
Compare
afefccf to
8e8b7f7
Compare
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com> Signed-off-by: charlifu <charlifu@amd.com>
#25325) Signed-off-by: Yang <lymailforjob@gmail.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com>
vllm-project#25325) Signed-off-by: Yang <lymailforjob@gmail.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
This pr is because the AsyncLLM's method is async #25019
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.