-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
[frontend] spawn engine process from api server process #7484
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. Once the PR is approved and ready to go, please make sure to run full CI as it is required to merge (or just use auto-merge). To run full CI, you can do one of these:
🚀 |
sampling_metadata: SamplingMetadata, | ||
) -> Optional[torch.Tensor]: | ||
def compute_logits(self, hidden_states: torch.Tensor, | ||
sampling_metadata: SamplingMetadata) -> torch.Tensor: |
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.
any particular reason for this change? it's Optional in the superclass method that it's overriding...
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.
this is automatically done by the linter, I think due to the version change of linter.
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!
should also close #7151 |
Hello, by when will it be a release with this fix available? |
…#7484) Signed-off-by: Alvant <[email protected]>
…#7484) Signed-off-by: LeiWang1999 <[email protected]>
replace #7411