How to compile for Ethos-U65 devices in the new version of TVM without TVMC?

In previous versions, I was using TVM v0.13.0, and I followed the micro TVM tutorials to compile models for devices with Ethos-U using TVMC. However, I now need to adapt this process to a TVM version that supports Relax, and I would greatly appreciate your guidance on how I should proceed with this. :saluting_face:

tvmc compile --target=ethos-u,cmsis-nn,c
–target-ethos-u-accelerator_config=ethos-u55-256
–target-cmsis-nn-mcpu=cortex-m55
–target-c-mcpu=cortex-m55
–runtime=crt
–executor=aot
–executor-aot-interface-api=c
–executor-aot-unpacked-api=1
–pass-config tir.usmp.enable=1
–pass-config tir.usmp.algorithm=hill_climb
–pass-config tir.disable_storage_rewrite=1
–pass-config tir.disable_vectorize=1
./mobilenet_v1_1.0_224_quant.tflite
–output-format=mlf