code: graph, lib, params = relay.build(func, target, params=params)
As much as i know, if i want to run my pre-trained model remotely, I have to save those 3 outputs into 3 files. But all 3 files should always be used together, right? If I have multi models, it’s a little bit difficult to maintain. SO, Is tvm support saving those 3 outputs into 1 single file and using that 1 single file at runtime?