File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ hosts can automatically be mapped to these groups by configuring
230230Role Configuration
231231------------------
232232
233- Lookup the supported VGPU devices (here we use an H100 as an example).
233+ Look up the supported VGPU devices (here we use an H100 as an example).
234234``0000:06:00.0 `` is the PCI address of the GPU itself. You can find this with
235235``lspci | grep NVIDIA ``.
236236
@@ -259,10 +259,12 @@ Lookup the supported VGPU devices (here we use an H100 as an example).
259259 NVIDIA H100XM-80C
260260
261261
262- Configure the VGPU devices (here we use an A100 as a different example). See
262+ See
263263`the NVIDIA VGPU user guide <https://docs.nvidia.com/vgpu/15.0/grid-vgpu-user-guide/index.html>`__`
264264for details on device types.
265265
266+ Configure the VGPU devices (here we use an A100 as a different example).
267+
266268.. code-block :: yaml
267269 :caption : $KAYOBE_CONFIG_PATH/inventory/group_vars/compute_vgpu/vgpu
268270
You can’t perform that action at this time.
0 commit comments