Hi everyone,
I noticed that in executorch, the models are also implemented in examples/model/
which are used for exporting the model to ExportedProgram. But my question is how is this model implementation different from HF implementation and also the optimum-executorch flow for exporting the models.