Upgrade to Rasa 1.0 with custom NLU models

Hi, i had developed a Rasa chatbot, and I’m having a lot of problems to upgrade to the new rasa 1.0. I was using my own NLU models trained with Keras, in .h5 format. Before I did it with python -m rasa.nlu.server --endpoints ./nlu_config.yml --path nlu_models/ --pre_load all , but now I don’t know how can I do it. Could you help me please?

Hi @basque21, please check out the instructions on running NLU only: Using NLU Only