TVMError: Check failed: tok.size() == 1U (10 vs. 1) :

When I compile my traced model like following: graph, lib, params = tvm.relay.build(mod_bert, target=target, target_host=target_host, params=params_bert)

an error happend,“tvm/src/relay/backend/graph_plan_memory.cc", line 86 TVMError: Check failed: tok.size() == 1U (10 vs. 1) :”,anyone help me to solve it?

It’s the same problem as Graph_plan_memory doesn't support nested tuples?

I’ll be working on a fix soon.