Uploading model from files failed

Hello community,

I successfully trained my model from my local PC but am really having a hard time uploading it to my Rasa x UI. I have tried severally but it still throws that error. Here is my logs, what does it imply. Please help me out.

Starting Rasa X in production mode… :rocket: 2021-01-27 09:14:47.277574: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library ‘libcudart.so.10.1’; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory 2021-01-27 09:14:47.283179: 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. 2021-01-27 09:14:54.977182: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library ‘libcuda.so.1’; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2021-01-27 09:14:54.977503: W tensorflow/stream_executor/cuda/cuda_driver.cc:312] failed call to cuInit: UNKNOWN ERROR (303) 2021-01-27 09:14:54.977647: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (17b1b4fe22d4): /proc/driver/nvidia/version does not exist

Hi there! Thanks for your question.

It sounds like a tensorflow issue with your machine setup, especially your Nvidia driver. I did a quick search and found this issue on the tensorflow repo. Does this help?

If not, could you share more information about your PC, but also the output of rasa --version?