[GitHub] [tvm] Joetibz commented on issue #4272: [VTA] Tutorial on how to deploy and execute model on device without RPC

2023-02-03 Thread via GitHub
Joetibz commented on issue #4272: URL: https://github.com/apache/tvm/issues/4272#issuecomment-1415973447 okay so if i run my own python script like this i should be able to run tvm on the board with rpc and yes i am aware TVM has long improved from then till no import ctypes

[GitHub] [tvm] Joetibz commented on issue #4272: [VTA] Tutorial on how to deploy and execute model on device without RPC

2023-02-03 Thread via GitHub
Joetibz commented on issue #4272: URL: https://github.com/apache/tvm/issues/4272#issuecomment-1415967290 w. but any import ctypes import tvmfrom tvm.contrib import graph_runtime as runtime libvta_path = "/home/xilinx/tvm/build/libvta.so"ctypes.CDLL(libvta_path, ctypes.RTLD

[GitHub] [tvm] Joetibz commented on issue #4272: [VTA] Tutorial on how to deploy and execute model on device without RPC

2023-02-03 Thread via GitHub
Joetibz commented on issue #4272: URL: https://github.com/apache/tvm/issues/4272#issuecomment-1415805878 Hello yes thank you so much for your feedback I am aware it has been a minute since you worked on TVM, but please bear with me I need this for my studies, I am also trying to run the

[GitHub] [tvm] Joetibz commented on issue #4272: [VTA] Tutorial on how to deploy and execute model on device without RPC

2023-02-02 Thread via GitHub
Joetibz commented on issue #4272: URL: https://github.com/apache/tvm/issues/4272#issuecomment-1414447359 hello guys I am equally new to tvm, and I am trying to run inference on the zynq board without rpc but I keep getting the error stated below, I have not even gotten to making the changes