Re: [apache/tvm-rfcs] [RFC] Add NNEF frontend (PR #108)

2024-04-16 Thread Tianqi Chen
Thanks for the note. We are in the process of revamping docs. The latest set of emerging model optimizations like LLMs will be based on relax. https://github.com/apache/tvm/tree/main/python/tvm/relax/frontend/onnx likely is a good reference there -- Reply to this email directly or view it on G

Re: [apache/tvm-rfcs] [RFC] Add NNEF frontend (PR #108)

2024-04-16 Thread Viktor Gyenes
Hi, > as a community we recently moves towards the relax IR for latest genAI > workloads Thanks for directing us towards Relax. I guess that means that new frontends should convert their representations into Relax IR instead of Relay? The documentation on tvm.apache.org refers to Relay, but no