I installed CUDA Version: 11.6 in my machine with gpu (NVIDIA GeForce)
when i run both instructions (nvidia-smi) and (conda list cudatoolkit) it gaves me correct version , while running this instruction (nvcc -V) gives me cuda (release 10.1).
according to this , i have a run time error
RuntimeError: No CUDA GPUs are available
No CUDA runtime is found, using CUDA_HOME=’/usr/local/cuda’
and i don’t know what shall i do to solve such error.