Skip to content

Commit c23a510

Browse files
authored
Pencil edits: Acrolinx, list indentation
1 parent 138d749 commit c23a510

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/aks/gpu-multi-instance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The available GPU Instance Profiles available for this instance size are `MIG1g`
3737
3838

3939
## Create an AKS cluster
40-
To get started, create a resource group and a AKS cluster. If you already have a cluster, you can skip this step. Follow the example below to the resource group name `myresourcegroup` in the `southcentralus` region:
40+
To get started, create a resource group and an AKS cluster. If you already have a cluster, you can skip this step. Follow the example below to the resource group name `myresourcegroup` in the `southcentralus` region:
4141

4242
```azurecli-interactive
4343
az group create --name myresourcegroup --location southcentralus
@@ -92,19 +92,19 @@ The two strategies "Single" and "Mixed" won't affect how you execute CPU workloa
9292

9393
- Single Strategy
9494

95-
The single strategy treats every GPU instance as a GPU. If you're using this strategy, the GPU resources will be displayed as:
95+
The single strategy treats every GPU instance as a GPU. If you're using this strategy, the GPU resources will be displayed as:
9696

97-
```
98-
nvidia.com/gpu: 1
99-
```
97+
```
98+
nvidia.com/gpu: 1
99+
```
100100

101101
- Mixed Strategy
102102

103-
The mixed strategy will expose the GPU instances and the GPU instance profile. If you use this strategy, the GPU resource will be displayed as:
103+
The mixed strategy will expose the GPU instances and the GPU instance profile. If you use this strategy, the GPU resource will be displayed as:
104104

105-
```
106-
nvidia.com/mig1g.5gb: 1
107-
```
105+
```
106+
nvidia.com/mig1g.5gb: 1
107+
```
108108

109109
### Install the NVIDIA device plugin and GPU feature discovery
110110

0 commit comments

Comments
 (0)