How to load a ORTModelForVision2Seq model?

Hi I converted a finetuned version of a TROCR model to onnx, which produced an encoder_model.onnx and decoder_model.onnx.

Now I want to load the model in ONNX, but I don’t know how.
Do you know any place I can check how I can do this?