Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0:

I am getting the below error -

2022-01-05 14:56:35.586046: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-01-05 14:56:35.586076: 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.

Seems there is a package version disconnect with the server where code is running. Can someone suggest?

Hi pn1

The warning is due to because there are no GPUs in the evaluator. The evaluator in the NLP Feature Engineering puzzle only uses CPU for evaluation. This warning will not abort the evaluation. I hope this helps :slight_smile:

Best,
Shubhamai