Skip to content
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

[VLLM] add vllm rolling batch and add hazard handling #877

Merged
merged 3 commits into from
Jul 3, 2023

Conversation

lanking520
Copy link
Contributor

Description

Add vLLM rolling batch implementation

@lanking520 lanking520 changed the title [WIP][VLLM] add vllm rolling batch [VLLM] add vllm rolling batch and add hazard handling Jul 3, 2023
def try_catch_handling(self, input_data, parameters):
try:
return func(self, input_data, parameters)
except Exception as e:
Copy link
Contributor

@frankfliu frankfliu Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should re-throw the exception after sent error

@lanking520 lanking520 merged commit beff2d8 into deepjavalibrary:master Jul 3, 2023
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
…y#877)

* add vllm rolling batch

* add hazard handling

* add logging
KexinFeng pushed a commit to KexinFeng/djl-serving-forked that referenced this pull request Aug 16, 2023
…y#877)

* add vllm rolling batch

* add hazard handling

* add logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants