We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f53d9 commit 1d9d626Copy full SHA for 1d9d626
articles/aks/gpu-multi-instance.md
@@ -164,17 +164,17 @@ Use the `kubectl` run command to schedule work using single strategy:
164
kubectl run -it --rm \
165
--image=nvidia/cuda:11.0-base \
166
--restart=Never \
167
---limits=nvidia.com/mig-1g.5gb=1 \
168
-mixed-strategy-example -- nvidia-smi -L
+--limits=nvidia.com/gpu=1 \
+single-strategy-example -- nvidia-smi -L
169
```
170
171
Use the `kubectl` run command to schedule work using mixed strategy:
172
173
174
175
176
---limits=nvidia.com/gpu=1 \
177
-single-strategy-example -- nvidia-smi -L
+--limits=nvidia.com/mig-1g.5gb=1 \
+mixed-strategy-example -- nvidia-smi -L
178
179
180
0 commit comments