Skip to content

Commit 5e8b20a

Browse files
authored
Merge pull request #285 from vbedida79/patch-300724-1
e2e_inference: Added Intel Gaudi acceleratorprofile & updated readme
2 parents d7547dd + 8429f56 commit 5e8b20a

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

e2e/inference/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ To enable the interactive mode, the OpenVINO notebook CR needs to be created and
3636

3737
Create `AcceleratorProfile` in the `redhat-ods-applications` namespace
3838
```
39-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/e2e/inference/accelerator_profile.yaml
39+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/e2e/inference/accelerator_profile_flex140.yaml
4040
```
4141

42-
1. Navigate to `openvino-notebooks` ImageStream and add the above created `AcceleratorProfile` key to the annotation field, as shown in the image below:
42+
3. Navigate to `openvino-notebooks` ImageStream and add the above created `AcceleratorProfile` key to the annotation field, as shown in the image below:
4343

4444
![Alt text](/docs/images/openvino-accelerator-field.png)
4545

@@ -63,6 +63,18 @@ Follow the [link](https://github.com/openvinotoolkit/operator/blob/main/docs/not
6363

6464
![Alt text](/docs/images/Ovms-Gpu-resource-request.png)
6565

66+
# Enable Intel Gaudi AI Accelerator with RHOAI
67+
68+
* From web console:
69+
70+
To enable and use the Intel Gaudi accelerator on RHOAI web console, follow the [documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.11/html/working_with_accelerators/intel-gaudi-ai-accelerator-integration_accelerators#enabling-intel-gaudi-ai-accelerators_accelerators).
71+
* From cli:
72+
73+
Deploy the ```accelerator_profile_gaudi.yaml``` in the redhat-ods-applications namespace.
74+
75+
```
76+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/e2e/inference/accelerator_profile_gaudi.yaml
77+
```
6678

6779
## See Also
6880
[GPU accelerated demo with OpenVINO](https://www.youtube.com/watch?v=3fTz_k4JT2A)

e2e/inference/accelerator_profile.yaml renamed to e2e/inference/accelerator_profile_flex140.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
13
apiVersion: dashboard.opendatahub.io/v1
24
kind: AcceleratorProfile
35
metadata:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
apiVersion: dashboard.opendatahub.io/v1
4+
kind: AcceleratorProfile
5+
metadata:
6+
name: Intel Gaudi AI Accelerator
7+
spec:
8+
displayName: Intel Gaudi AI Accelerator
9+
description: Intel Gaudi AI Accelerator
10+
enabled: true
11+
identifier: habana.ai/gaudi

0 commit comments

Comments
 (0)