Update default driver branch to R510

R510 corresponds to CUDA 11.6 and is the current production driver
branch. Support for R510 will extend to January 2023 per the current
documentation at
https://docs.nvidia.com/datacenter/tesla/drivers/index.html.
This commit is contained in:
Adam DeConinck
2022-04-13 15:24:00 +00:00
parent 8e31cbceac
commit bde8bfc375
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ nvidia_driver_skip_reboot: no
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
nvidia_driver_module_params: ''
nvidia_driver_add_repos: yes
nvidia_driver_branch: "470"
nvidia_driver_branch: "510"
##############################################################################