ValueError:Literal value 9223372036854775807 exceeds maximum of int32


When using relay.frontend.from_onnx(onnx_model, shape_dict) to compile the model,an error ValueError:Literal value 9223372036854775807 exceeds maximum of int32 have occurred.and it said the error originate from the file “/workspace/tvm/src/ir/expr.cc” but i can’t find this path.I wonder how can I locate the problem in my model because the error message did not indicate that,and why i can not find the path it reported.The tvm version is 0.10.0. image image