-
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 Metrics support for Intel GPUs enabled #3141
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.
Please move the file intel_gpu_metric_collector.py
to the example folder in the other PR.
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 Could you please fix the lint issue here as well |
Head branch was pushed to by a user without write access
Sure. Done fixing. |
Head branch was pushed to by a user without write access
Sorry just fix the rest of files. Could you please start the workflows again? |
Description
This PR is dependent on successful merge of #3132
This pull request (PR) leverages
xpu-smi
to acquire Intel GPU metrics. For this functionality to operate correctly, #3132 must be merged, and in the config.properties file,ipex_gpu_enable=true
must be configured.To conduct testing on this PR, you can fetch the code from #3132 , compile the frontend jar, and update the Python environment files with the files from the fetched code.
Please review this pull request. @min-jean-cho , can you please take a look?
Type of change
Please delete options that are not relevant.
Checklist: