Hi guys~ We want to switch to Relax, but there is no onnx converter on Relax, this may prevent us from switching to Relax. I notice that thers is a branch working on onnx importer, but it looks like only support little ops. So what is out plan to support onnx frontend?
I think PR #14999 added an initial onnx frontend for relax
1 Like
hey, Im also trying to convert onnx model with dynamic input into relax using the new onnx frontend https://github.com/apache/tvm/pull/14999 and currently having some issue Failed to convert ONNX op "gather" to relax using onnx frontend
Thank you~ I clone code from https://github.com/tlc-pack/relax. So what is the difference between it and (https://github.com/apache/tvm/tree/unity) ?
The code in tlc-pack/relax
was moved to the unity branch in apache/TVM
repo and now all the active development happens in the unity branch. The tlc-pack/relax
repo has been archived.
1 Like