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
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.
19
19
20
20
> [!NOTE]
21
21
> - 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
41
41
42
42
### [Windows](#tab/windows)
43
43
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`.
45
45
46
46
#### Version 2205 and higher
47
47
@@ -107,7 +107,7 @@ The file `addGPUExtWindowsVM.parameters.json` takes the following parameters:
107
107
108
108
### [Linux](#tab/linux)
109
109
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`.
111
111
112
112
#### Version 2205 and higher
113
113
@@ -463,7 +463,7 @@ Wed Dec 16 00:35:51 2020
463
463
PS C:\Program Files\NVIDIA Corporation\NVSMI>
464
464
```
465
465
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).
467
467
468
468
> [!NOTE]
469
469
> 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:
544
544
Administrator@VM1:~$
545
545
```
546
546
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).
548
548
549
549
> [!NOTE]
550
550
> 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