Hi, I am a new user of Apache TVM and VTA. I am currently having some confusion regarding TVMC package and VTA. I have compiled my ANN model and got output of a tar file consist of mod.so/json/params. I am trying to do inference on PYNQ using VTA. I guess it’s not possible using tvmc.run as there is not option to chose vta as device.
Can someone please give me some direction how after having the TVMCPackage I can run it in FPGA using VTA? I am using RPC servers. Thank you.