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

Add Python backend request cancellation #304

Merged
merged 12 commits into from
Oct 6, 2023
Merged

Conversation

kthui
Copy link
Contributor

@kthui kthui commented Sep 28, 2023

Related PR: triton-inference-server/server#6364

Add is_cancelled() check API into Python model requests, and allow Python model to respond request cancelled.

README.md Show resolved Hide resolved
src/infer_request.cc Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@kthui kthui requested review from nnshah1 and Tabrizian September 30, 2023 01:11
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@kthui kthui requested a review from tanmayv25 October 4, 2023 00:35
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@kthui kthui requested a review from tanmayv25 October 4, 2023 01:30
@kthui kthui force-pushed the jacky-req-cancel-python branch from cac2f2f to e3c476e Compare October 4, 2023 18:54
@kthui kthui changed the base branch from request-cancellation to main October 4, 2023 22:07
@kthui kthui force-pushed the jacky-req-cancel-python branch from 7abe046 to a5892b6 Compare October 5, 2023 07:24
@kthui kthui requested a review from tanmayv25 October 5, 2023 07:25
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
src/pb_stub.cc Outdated Show resolved Hide resolved
@kthui kthui force-pushed the jacky-req-cancel-python branch from 29f4139 to f4e0ae1 Compare October 5, 2023 21:43
@kthui kthui force-pushed the jacky-req-cancel-python branch from f4e0ae1 to 3de5922 Compare October 5, 2023 21:50
@kthui kthui requested review from Tabrizian and tanmayv25 October 5, 2023 23:31
@kthui kthui merged commit 67ca860 into main Oct 6, 2023
3 checks passed
@kthui kthui deleted the jacky-req-cancel-python branch October 6, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants