[Apache TVM Discuss] [Questions] ReferenceError: test is not defined

2022-01-10 Thread roderick via Apache TVM Discuss
Maybe it is simple, I'm not familiar with javascript. When running node tests/node/test_module_load.js It report an error: ReferenceError: test is not defined at Object. (/data/huangxiaofeng/work/tvm0.9dev0/web/tests/node/test_module_load.js:44:1) Even when I install jest, it not

[Apache TVM Discuss] [Questions] Is it possible to package python scripts and DSO to a APP

2022-02-14 Thread roderick via Apache TVM Discuss
I want an easy deployment, does it possible to create a APP including my python script and all dependent TVM python scripts and libtvm_runtime.so, libtvm.so ? --- [Visit Topic](https://discuss.tvm.apache.org/t/is-it-possible-to-package-python-scripts-and-dso-to-a-app/12085/1) to respond

[Apache TVM Discuss] [Questions] Is it possible to package python scripts and DSO to a APP

2022-02-16 Thread roderick via Apache TVM Discuss
Thanks @driazati for your more tips for package python scripts to a single app. I have successfully package a simple test_py.py + tvm + libtvm_runtime.so into an single app using pyinstaller, and it runs ok. The only problem is the destination app's size, more than 440MB (in a new created co