0

I have tensorflow 2.6 installed on my laptop. Previously I mistakenly installed cuda 11.4. Then I got to know that tensorflow 2.6 supports cuda 11.2, I uninstalled cuda 11.4 and tried to install cuda 11.2. But the problem is cuda 11.4 gets installed automatically when I try to install cuda 11.2. Trying nvidia-smi in terminal, I get the below output.

NVIDIA-SMI 470.63.01    Driver Version: 470.63.01    CUDA Version: 11.4

My nvidia driver is Geforce 920M. How do I install cuda 11.2 in my system?

Monojit Sarkar
  • 555
  • 1
  • 4
  • 12
  • 2
    You are misinterpreting the output of `nvidia-smi`. `nvidia-smi` is a part of the *driver* package, and this driver package supports CUDA versions up to, and including, CUDA 11.4. That is what is indicated by `CUDA Version: 11.4`. This driver package also supports CUDA 11.2. – njuffa Oct 21 '21 at 06:06

0 Answers0