Hi, I have installed tvm from source and have followed all the installation steps. I am using llvm - 6.0 and python 3.7 on a 32 bit ubuntu system. When i try to create a module such as below:
`gmod = graph_runtime.GraphModule(lib["default"](ctx))` i get this error: `AttributeError: module 'tvm.contrib.graph_runtime' has no attribute 'GraphModule'` i tried building it by source again, but without any success. Does anyone know what went wrong and how i can solve it? --- [Visit Topic](https://discuss.tvm.apache.org/t/attributeerror-module-tvm-contrib-graph-runtime-has-no-attribute-graphmodule/9596/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/98979e0e1010eae4fdf10258918d74edac347115c6e9cfcc6e1d9522ac77f492).