NVIDIA NVML Driver/library version mismatch

后端 未结 19 1841
无人及你
无人及你 2021-01-29 17:15

When I run nvidia-smi I get the following message:

Failed to initialize NVML: Driver/library version mismatch

An hour ago I receiv

19条回答
  •  深忆病人
    2021-01-29 18:11

    This also happened to me on Ubuntu 16.04 using the nvidia-348 package (latest nvidia version on Ubuntu 16.04).

    However I could resolve the problem by installing nvidia-390 through the Proprietary GPU Drivers PPA.

    So a solution to the described problem on Ubuntu 16.04 is doing this:

    • sudo add-apt-repository ppa:graphics-drivers/ppa
    • sudo apt-get update
    • sudo apt-get install nvidia-390

    Note: This guide assumes a clean Ubuntu install. If you have previous drivers installed a reboot migh be needed to reload all the kernel modules.

提交回复
热议问题