Mismatch in CUDA driver and runtime versions

Thanks Robert. As you suggested I downloaded and installed 12.4 version using the following commands

$wget https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_550.54.14_linux.run
$sudo sh cuda_12.4.0_550.54.14_linux.run

After rebooting, I still see the same driver version, cuda 12…2, in numba -s and nvidia-smi commands. Perhaps I am missing something?

I have cuda 12.4 at the following path
/usr/local/cuda-12.4

/usr/local/cuda-12.4/bin is included in my PATH environment variable

I searched in my system for any older version - I could not find cuda12.2 anywhere

Archana