[SOLVED] How to build and run nnvm model in a libaray independently instead of RPC

Does your "cfg.lib_path" end with “.so” ?

Replacing it with “*.tar” can work.

You can use lib.export_library("*.tar") or lib.save("*.o")