Skip to content

Commit e7ca278

Browse files
authored
Merge pull request #125630 from changeworld/patch-146
Fix typo
2 parents 318a986 + a007d93 commit e7ca278

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-install-gpu-extension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: alkohli
1515

1616
[!INCLUDE [applies-to-gpu-pro-pro2-and-pro-r-skus](../../includes/azure-stack-edge-applies-to-gpu-pro-pro-2-pro-r-sku.md)]
1717

18-
This article describes how to install GPU driver extension to install appropriate Nvidia drivers on the GPU VMs running on your Azure Stack Edge device. The article covers installation steps for installing a GPU extension using Azure Resource Manager templates on both Windows and Linux VMs.
18+
This article describes how to install GPU driver extension to install appropriate NVIDIA drivers on the GPU VMs running on your Azure Stack Edge device. The article covers installation steps for installing a GPU extension using Azure Resource Manager templates on both Windows and Linux VMs.
1919

2020
> [!NOTE]
2121
> - In the Azure portal, you can install a GPU extension during VM creation or after the VM is deployed. For steps and requirements, see [Deploy GPU virtual machines](azure-stack-edge-gpu-deploy-gpu-virtual-machine.md).
@@ -41,7 +41,7 @@ Depending on the operating system for your VM, you could install GPU extension f
4141

4242
### [Windows](#tab/windows)
4343

44-
To deploy Nvidia GPU drivers for an existing VM, edit the `addGPUExtWindowsVM.parameters.json` parameters file and then deploy the template `addGPUextensiontoVM.json`.
44+
To deploy NVIDIA GPU drivers for an existing VM, edit the `addGPUExtWindowsVM.parameters.json` parameters file and then deploy the template `addGPUextensiontoVM.json`.
4545

4646
#### Version 2205 and higher
4747

@@ -107,7 +107,7 @@ The file `addGPUExtWindowsVM.parameters.json` takes the following parameters:
107107

108108
### [Linux](#tab/linux)
109109

110-
To deploy Nvidia GPU drivers for an existing Linux VM, edit the `addGPUExtWindowsVM.parameters.json` parameters file and then deploy the template `addGPUextensiontoVM.json`.
110+
To deploy NVIDIA GPU drivers for an existing Linux VM, edit the `addGPUExtWindowsVM.parameters.json` parameters file and then deploy the template `addGPUextensiontoVM.json`.
111111

112112
#### Version 2205 and higher
113113

@@ -463,7 +463,7 @@ Wed Dec 16 00:35:51 2020
463463
PS C:\Program Files\NVIDIA Corporation\NVSMI>
464464
```
465465

466-
For more information, see [Nvidia GPU driver extension for Windows](/azure/virtual-machines/extensions/hpccompute-gpu-windows).
466+
For more information, see [NVIDIA GPU driver extension for Windows](/azure/virtual-machines/extensions/hpccompute-gpu-windows).
467467

468468
> [!NOTE]
469469
> After you finish installing the GPU driver and GPU extension, you no longer need to use a port with Internet access for compute.
@@ -544,7 +544,7 @@ Follow these steps to verify the driver installation:
544544
Administrator@VM1:~$
545545
```
546546
547-
For more information, see [Nvidia GPU driver extension for Linux](/azure/virtual-machines/extensions/hpccompute-gpu-linux).
547+
For more information, see [NVIDIA GPU driver extension for Linux](/azure/virtual-machines/extensions/hpccompute-gpu-linux).
548548
549549
> [!NOTE]
550550
> After you finish installing the GPU driver and GPU extension, you no longer need to use a port with Internet access for compute.

0 commit comments

Comments
 (0)