[Apache TVM Discuss] [Questions] Run Relay-Generated Binary

2025-02-12 Thread Bruce Zhao0728 via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] How to add u200 (non SoC) FPGA support to VTA

2025-02-12 Thread Uzair Rehman via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Calibrate and Quantize Passes for Relax

2025-02-12 Thread Saurabh via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] How to add u200 (non SoC) FPGA support to VTA

2025-02-12 Thread tqchen via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Is it possible to run tiny llama using relay?

2025-02-12 Thread Irfan via Apache TVM Discuss
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