Skip to content

Commit

Permalink
Update container_cluster.html.markdown (#9374)
Browse files Browse the repository at this point in the history
The current documentation is incorrect. The GPU sharing and multi-instance config are properties of the accelerator not the driverinstall
  • Loading branch information
dr3s authored Oct 27, 2023
1 parent 6aa307c commit 826490d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,10 @@ sole_tenant_config {
* `count` (Required) - The number of the guest accelerator cards exposed to this instance.

* `gpu_driver_installation_config` (Optional) - Configuration for auto installation of GPU driver. Structure is [documented below](#nested_gpu_driver_installation_config).

* `gpu_partition_size` (Optional) - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig [user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).

* `gpu_sharing_config` (Optional) - Configuration for GPU sharing. Structure is [documented below](#nested_gpu_sharing_config).

<a name="nested_gpu_driver_installation_config"></a>The `gpu_driver_installation_config` block supports:

Expand All @@ -996,10 +1000,6 @@ sole_tenant_config {
* `"DEFAULT"`: "Default" GPU driver in COS and Ubuntu.
* `"LATEST"`: "Latest" GPU driver in COS.

* `gpu_partition_size` (Optional) - Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig [user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).

* `gpu_sharing_config` (Optional) - Configuration for GPU sharing. Structure is [documented below](#nested_gpu_sharing_config).

<a name="nested_gpu_sharing_config"></a>The `gpu_sharing_config` block supports:

* `gpu_sharing_strategy` (Required) - The type of GPU sharing strategy to enable on the GPU node.
Expand Down

0 comments on commit 826490d

Please sign in to comment.