I’ve been trying to deploy my rasa model on any platform. I tried heroku, but ran into a memory error. I’ve been trying to get it to work with aws but rasa run --enable-api just runs for around 20 minutes without starting the server, and then crashes with the message “Killed”
I’m new to rasa, and i think that its my pipeline thats causing it
Hi @nik202 I had initially tried to use a dockerfile to create a container but installation of tensorflow kept giving memory error. So I gave up on docker and installed python 3.8.2 and rasa 3.0.8 on Debian ec2 virtual environment.
Every time I try rasa train, it stops at DIETClassifier and crashes, and every time I try rasa run --enable-api, it stops before launching the server, and crashes
@nik202 there is absolutely no traceback. It says Trying to load SpaCy model with name 'en_core_web_md'. and then stays there for 20 minutes. Then prints “Killed” and exits