RandomModel in VTA?

Hi, when I was installing TVM/VTA on the Pynq-Z1, I used llvm-4.0 and tvm from main branch. I can import tvm successfully but when I import vta, it said AttributeError: module ‘tvm.auto_scheduler._ffi_api’ has no attribute ‘RandomModel’

What should I do to solve this problem? Thanks a lot!

vta runtime maintain minimum dependency on the board, and only can running under RPC mode, or reference the vta deploy to do local c++ deploy, python import vta would work in service side which should have a completely TVM compile.