Hi,
I have question about using same model on different servers. I have server A and server B. Both use same version of Rasa with the exactly the same config.yml with the only difference: A and B servers use different duckling http servers (different http addresses). So I have trained model on server A and want to use it on server B (test/prod servers). Problem is, when I run it, server B still tries to use duckling server found in config of server A as it’s embedded in the model file’s metadata.json. Does it mean, that it’s impossible to port trained model from one server to another and I have to train model separately on test and prod servers?
Thanks