Hi, I am new to TVM. I need to convert ONNX models into Relay models, compile
Relay models into binary files and then run the binary file in tvm.
My question lies in running the binary file in tvm. I've successfully run
binary files generated from Relax models through
```tvm.runtime.relax_vm
Thank you very much for your time can you please confirm one thing that is
there any support in TVM for Vitis AI u200 FPGA?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/how-to-add-u200-non-soc-fpga-support-to-vta/18062/3)
to respond.
You are receiving this because you enabled maili
Hi,
I wanted to know about status of calibrate and quantize passes for relax, which
were previously available with relay. I don't see any equivalent code in the
Relax and can't locate the relevant document as well. Can someone please point
me to this?
Is it possible to calibrate and quant
not for now as far as i am aware of
---
[Visit
Topic](https://discuss.tvm.apache.org/t/how-to-add-u200-non-soc-fpga-support-to-vta/18062/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache
If some how we make the llama model static instead of dynamic is it possible to
run it using the graph executor after converting to relay module?
I have been through a documentation of relax it is possible there but I need to
run it with relay instead.
Any suggestion or guideline would be great