-
Notifications
You must be signed in to change notification settings - Fork 149
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 logic to handle Python-based backends instead of platform handlers #303
Conversation
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.
LGTM on how to handle the python based backends. I'd second Neelay's comment on the naming. I think using backend here makes sense to me, but open to any discussions.
I switched the name to |
I deleted platform handlers from cmake and corresponding repos. Didn't change README though |
…hon_backend into oandreeva_extract_platform_handlers_alt
Initial look and feel:
core changes here: triton-inference-server/core#269
open for discussions or names and logic
Currently tested on former pytorch platform handler
model.py
(works ootb simply by placingmodel.py
to a dedicated backend folder) and vllm ( same, just small adjustmets to searchmodel.json
in model's directory viapb_utils.get_model_dir()
)Next steps: remove
platform_handlers
from resources and build