You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALLING_ONTO_EXISTING_CLUSTER_README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ This guide helps you install and use **OCI AI Blueprints** for the first time on
9
9
5. Deploy a sample recipe to that node.
10
10
6. Test your deployment and undeploy
11
11
12
+
There is an additional section at the bottom for users who have the nvidia-gpu-operator installed, and would like to use Multi-Instance GPUs with H100 nodes visit [this section](./INSTALLING_ONTO_EXISTING_CLUSTER_README.md#multi-instance-gpu-setup).
13
+
14
+
Additionally, visit [this section](./INSTALLING_ONTO_EXISTING_CLUSTER_README.md#need-help) if you need to contact the team about setup issues.
If you have the nvidia gpu operator already installed, and would like to reconfigure it because you plan on using Multi-Instance GPUs (MIG) with your H100 nodes, you will need to manually update / reconfigure your cluster with helm.
181
+
182
+
This can be done like below:
183
+
```bash
184
+
# Get the deployment name
185
+
helm list -n gpu-operator
186
+
187
+
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
0 commit comments