Nvml error: driver/library version mismatch

hello @nida.bijapure

This can happen when the kernel is using a different version of the nvidia driver than the client program. You can try this, there may be an error message there

dmesg | grep NVRM

Here are a couple of things to try:

  1. do you get the same error from “nvidia-smi” (assuming it is installed)
nvidia-smi
  1. have you tried simply rebooting? If the driver version has been updated, a reboot is necessary.

Let’s start there.