Hi @tqchen @Laurawly @srkreddy1238 I have customized caffe2 model using this model i have created tvm compiled model it created dylib, json and params files in below code.
server = xcode.popen_test_rpc(proxy_host, proxy_port, key, destination=destination, libs=[path_dso1, path_dso2]) remote = rpc.connect(proxy_host, proxy_port, key=key) ctx = remote.metal(0) f1 = remote.load_module("dev_lib.dylib")
how about json and param files?