Skip to content

Commit b3d2344

Browse files
committed
e2e_inference: Updated readme and clear images
Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent 11975af commit b3d2344

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
12.3 KB
Loading
5.91 KB
Loading

e2e/inference/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ Follow this [link](https://github.com/openvinotoolkit/operator/blob/v1.1.0/docs/
3030
To enable the interactive mode, the OpenVINO notebook CR needs to be created and integrated with RHODS.
3131
1. Click on the ```create Notebook``` option in this [link](https://github.com/red-hat-data-services/odh-deployer) from the web console and follow these [steps](https://github.com/openvinotoolkit/operator/blob/main/docs/notebook_in_rhods.md) to create the notebook CR.
3232
2. Enable Intel Data Center GPU
33+
3334
**Note:** The Intel Data Center GPU option is not visible in the RHODS UI at this time of release. For more details, please refer to this [issue](https://github.com/opendatahub-io/odh-dashboard/issues/956). Until this issue is resolved, please follow the steps below to enable the Intel Data Center GPU.
35+
3436
a. Search for the OpenVINO Notebook Server from web console ```Search -> Notebook -> Jupyter-nb-<ocp-user>``` in the namespace ```rhods-notebooks```.
37+
3538
b. Navigate to notebook yaml and modify the yaml file according to the example shown below.
36-
```
37-
containers:
39+
40+
```
41+
containers:
3842
name: jupyter-nb-<ocp-user-name>
3943
resources:
4044
limits:
@@ -45,7 +49,8 @@ b. Navigate to notebook yaml and modify the yaml file according to the example s
4549
cpu: '7'
4650
gpu.intel.com/i915: '1'
4751
memory: 56Gi
48-
```
52+
```
53+
4954
c. This operation respawns the notebook server to use the Intel Data Center GPU.
5055

5156
3. Run sample Jupyter Notebooks.

0 commit comments

Comments
 (0)