Skip to content

Commit f7d83d4

Browse files
authored
Update list of supported vGPU devices (#259)
* Update list of supported vGPU devices Signed-off-by: Andrew Chen <[email protected]> * Remove references to T4 and V100 Signed-off-by: Andrew Chen <[email protected]> --------- Signed-off-by: Andrew Chen <[email protected]>
1 parent 59d46b8 commit f7d83d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpu-operator/gpu-operator-kubevirt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Users can select a specific configuration for a worker node by applying the ``nv
419419
For example, labeling a node with ``nvidia.com/vgpu.config=A10-8Q`` would create three vGPU devices of type **A10-8Q** on all **A10** GPUs on the node. Note that three is the maximum number of **A10-8Q** devices that can be created per GPU.
420420
If the node is not labeled, the ``default`` configuration will be applied.
421421
The ``default`` configuration will create Q-series vGPU devices on all GPUs, where the amount of framebuffer memory per vGPU device is half the total GPU memory.
422-
For example, the ``default`` configuration will create two **A10-12Q** devices on all **A10** GPUs, two **V100-8Q** devices on all **V100** GPUs, and two **T4-8Q** devices on all **T4** GPUs.
422+
For example, the ``default`` configuration will create two **A10-12Q** devices on all **A10** GPUs.
423423

424424
You can also create different vGPU Q profiles on the same GPU using vGPU Device Manager configuration.
425425
For example, you can create a **A10-4Q** and a **A10-6Q** device on same GPU by creating a vGPU Device Manager configuration with the following content:

openshift/openshift-virtualization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ For example, labeling a node with ``nvidia.com/vgpu.config=A10-8Q`` would create
654654
If the node is not labeled, the ``default`` configuration will be applied.
655655

656656
The ``default`` configuration will create Q-series vGPU devices on all GPUs, where the amount of framebuffer memory per vGPU device is half the total GPU memory.
657-
For example, the ``default`` configuration will create two **A10-12Q** devices on all **A10** GPUs, two **V100-8Q** devices on all **V100** GPUs, and two **T4-8Q** devices on all **T4** GPUs.
657+
For example, the ``default`` configuration will create two **A10-12Q** devices on all **A10** GPUs.
658658

659659
You can also create different vGPU Q profiles on the same GPU using vGPU Device Manager configuration.
660660
For example, you can create a **A10-4Q** and a **A10-6Q** device on same GPU by creating a vGPU Device Manager configuration with the following content:

0 commit comments

Comments
 (0)