-
Notifications
You must be signed in to change notification settings - Fork 13
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
e2e_inference: Add rhods accelerator profile for Intel flex GPU #166
Conversation
4255f3c
to
a467e4c
Compare
e2e/inference/README.md
Outdated
|
||
``` |
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.
Below work round have been removed in the PR#165.
e2e/inference/README.md
Outdated
|
||
c. This operation respawns the notebook server to use the Intel Data Center GPU. | ||
4. Navigate to ```rhods-dashboard``` route and choose the OpenVINO notebook image and accelerator ```intel-gpu-flex-series```. Notebook server is now running with GPU. |
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.
if Step 2 is successful, Intel® Data Center GPU Flex Series 140
accelerator shows in the accelerator drop manu in rhods-dashboard
. Users can run OpenVINO notebook image with Intel® Data Center GPU Flex Series 140 card.
Could you please add a snapshot to make it more clear for the audience here?
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.
updated
e2e/inference/README.md
Outdated
|
||
b. Navigate to notebook yaml and modify the yaml file according to the example shown below. | ||
3. Navigate to ```openvino-notebooks``` ImageStream and add the above created ```AcceleratorProfile``` key to the annotation field: | ||
|
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.
Can we add a snapshot here and make it more clear for the audience?
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.
updated
a467e4c
to
c7dd264
Compare
Signed-off-by: vbedida79 <[email protected]>
c7dd264
to
9df59ed
Compare
submitted new PR #183 |
Latest RHODS 2.4.0 operator includes accelerator profile support
Signed-off-by: vbedida79 [email protected]