Improve the usability of exported model.
Now the pipeline to load an exported model requires to create a torch model and then export it using the correct runtime and cache=True.
However, it may be better an interface providing an option to export the model (only giving the model's format) and integrate the loading of exported models in the ModelManager.