What does this error means

tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303)

I am using it locally and getting this issue.

This means that you don’t have a GPU in your machine. Doesn’t affect the performance but increases training time.

Ohok, I have another issue. So I used rasa x locally and then push my entire folder to github without modifying anything. Then I was finally able to run rasa x (server mode) but when i tried to connect to my git. it is telling me there is an error and want to try again. Is it an issue with rasa X or my git ?

Check out logs of Rasa X using these commands to find error or warning

1) kubectl --namespace rasa get pods
2) kubectl --namespace rasa logs <name of the pod>

Sorry It finally worked, the issue I am having now it is that RASA X is really slow, and when i try to upload my old models it keep loading and never upload (do you know why ?).