Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2023-11-09 06:34:26.192631: I tensorflow/stream_executor/cuda/cudart_stub.cc

So I’m running some script to train my network on a new GPU, but I got this errors below. Th thing is I’m using CUDA cuda 11.2, but it is not finidng files for cuda 11.0? I don’t know why this is, as I don’t have any version of cusa 11 on this computer. The system is windows 10 btw.

2023-11-09 06:34:26.192540: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
2023-11-09 06:34:26.192631: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
2023-11-09 06:34:27.663368: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2023-11-09 06:34:27.689810: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
2023-11-09 06:34:27.690100: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cublas64_11.dll’; dlerror: cublas64_11.dll not found
2023-11-09 06:34:27.690354: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cublasLt64_11.dll’; dlerror: cublasLt64_11.dll not found
2023-11-09 06:34:27.690594: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cufft64_10.dll’; dlerror: cufft64_10.dll not found
2023-11-09 06:34:27.748238: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cusparse64_11.dll’; dlerror: cusparse64_11.dll not found
2023-11-09 06:34:27.748727: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at পিপ দিয়ে টেনসরফ্লো ইনস্টল করুন  |  TensorFlow for how to download and setup the required libraries for your platform.
Skipping registering GPU devices…
2023-11-09 06:34:27.839507: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at Install TensorFlow with pip for how to download and setup the required libraries for your platform.
Skipping registering GPU devices…

Hi @Li_Ou

Welcome to the TensorFlow Forum!

It seems, Gpu has not setup in your system correctly. Could you please refer to this TF install page and follow the mentioned step by step instructions and verify if the Hardware/Software requirement has been fulfilled to install tensorflow with GPU support.

Let us know if the issue still persists. Thank you.