fix warnings

This commit is contained in:
2023-05-10 17:01:14 +02:00
parent cdc20ed8ac
commit b9533f2d6b
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ cuda_enable boolean hiera('nvidia::cuda::enable', true)
``driver_enable``
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
Install the Nvidia GPU drivers. By default is ``true``.

View File

@@ -40,9 +40,9 @@ By default is ``false``. Set to ``true`` if you want to install CUDA.
``cuda_version``
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
The version of CUDA to be used. On RHEL 8 it will install the newest possible still supporting the installed driver.
``nv_persist``
~~~~~~~~~~~~~
~~~~~~~~~~~~~~
Controls the ``nvidia_persistenced`` service. By default is disabled and stopped on RHEL 7, while on RHEL 8 it is enabled and running by defautl.