GraphModule failed to load params

This is probably because we embed (or bind, as it is called in the source code) all constant params into the mod itself. You can check the output graph, libs, params = relay.build(...) and check if params is empty.