i tried the following: so_library = ‘libtvm_runtime.dylib’ loaded_lib = tvm.runtime.load_module(so_library) module = tvm.contrib.graph_executor.GraphModule(loaded_lib"default")
i am loading a single library for the first time i get the error: /tvm_runtime/tvm/src/runtime/registry.cc", line 69 TVMError: Check failed: (can_override) is false: Global PackedFunc __tvm_set_device is already registered
how should i address this problem ? thanks !