ggardet opened a new issue #10443: URL: https://github.com/apache/tvm/issues/10443
### Expected behavior `tvmc compile --target "llvm" --output compiled_module.tar resnet50-v2-7.onnx` should works. ### Actual behavior It fails with the following error: ``` google.protobuf.message.DecodeError: unexpected end-group tag ``` See: https://openqa.opensuse.org/tests/2219126#step/tvm/15 ### Environment openSUSE Tumbleweed with TVM 0.8.0 ### Steps to reproduce Try to run `tvmc compile --target "llvm" --output compiled_module.tar resnet50-v2-7.onnx` on openSUSE Tumbleweed. protobuf 3.19.4 is used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
