-
Notifications
You must be signed in to change notification settings - Fork 863
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
Torchserve support for Intel GPUs #3132
Conversation
frontend/server/src/main/java/org/pytorch/serve/util/ConfigManager.java
Outdated
Show resolved
Hide resolved
Hi @Kanya-Mo Can you please resolve the merge conflict. Rest of the PR looks good |
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
frontend/server/src/main/java/org/pytorch/serve/util/ConfigManager.java
Outdated
Show resolved
Hide resolved
Hi @Kanya-Mo Can you please format the frontend file. CI is failing because of this. |
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
Hi @Kanya-Mo Please check the lint workflow and resolve the lint issue. The PR won't merge without this passing |
Head branch was pushed to by a user without write access
Description
This PR will enable torchserve to leverage Intel GPU devices. This adds a config ipex_gpu_enable, to allow gpu enablement in base_handler.py
Type of change
Please delete options that are not relevant.
Checklist: