Hello everyone!
I am using the tvm which is git from https://github.com/apache/tvm
. Now I noticed that there is a version that can be used on nvdla backend from https://github.com/shivmgg/tvm
. And I want to use the second version of TVM project.
Now my question is how can I change my tvm project to the second one. I am using anaconda to help organize the python’s environment, which means I can’t easily change to the NVDLA-TVM verison by changing my PYTHONPATH.
Hope for your answers, Thank you!