Skip to content

Commit 6bc4d07

Browse files
authored
Please write NVIDIA in all caps
We always spell NVIDIA in all capital letters.
1 parent 58caad9 commit 6bc4d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/gpu-cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get the credentials for your AKS cluster using the [az aks get-credentials][az-a
5151
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
5252
```
5353

54-
## Install nVidia drivers
54+
## Install NVIDIA drivers
5555

5656
Before the GPUs in the nodes can be used, you must deploy a DaemonSet for the NVIDIA device plugin. This DaemonSet runs a pod on each node to provide the required drivers for the GPUs.
5757

@@ -106,7 +106,7 @@ spec:
106106
path: /var/lib/kubelet/device-plugins
107107
```
108108
109-
Now use the [kubectl apply][kubectl-apply] command to create the DaemonSet and confirm the nVidia device plugin is created successfully, as shown in the following example output:
109+
Now use the [kubectl apply][kubectl-apply] command to create the DaemonSet and confirm the NVIDIA device plugin is created successfully, as shown in the following example output:
110110
111111
```console
112112
$ kubectl apply -f nvidia-device-plugin-ds.yaml
@@ -184,7 +184,7 @@ To see the GPU in action, schedule a GPU-enabled workload with the appropriate r
184184
Create a file named *samples-tf-mnist-demo.yaml* and paste the following YAML manifest. The following job manifest includes a resource limit of `nvidia.com/gpu: 1`:
185185

186186
> [!NOTE]
187-
> If you receive a version mismatch error when calling into drivers, such as, CUDA driver version is insufficient for CUDA runtime version, review the nVidia driver matrix compatibility chart - [https://docs.nvidia.com/deploy/cuda-compatibility/index.html](https://docs.nvidia.com/deploy/cuda-compatibility/index.html)
187+
> If you receive a version mismatch error when calling into drivers, such as, CUDA driver version is insufficient for CUDA runtime version, review the NVIDIA driver matrix compatibility chart - [https://docs.nvidia.com/deploy/cuda-compatibility/index.html](https://docs.nvidia.com/deploy/cuda-compatibility/index.html)
188188
189189
```yaml
190190
apiVersion: batch/v1

0 commit comments

Comments
 (0)