tqchen left a comment (apache/tvm#17861) +1 (binding), i run the verification on my env
Thanks @ysh329 , some minor comment on the code. seems the internal file only contains the non-rc suffix, here are the changes i made to make. Still seems the compile might stop, would be worthwhile to cross check the test script. But it is very helpful. I run the final compile and import manually ```bash ❯ diff tests/scripts/release/test_release_package.sh ~/github/release/test_release_package.sh 27c27 < version="v0.16.0" --- > version="v0.20.0" 82c82 < output=`find apache-tvm-src-${version_rc} -type f -exec file {} + | grep -w "ELF\|shared object"` --- > output=`find apache-tvm-src-${version} -type f -exec file {} + | grep -w > "ELF\|shared object"` 90c90 < cd apache-tvm-src-${version_rc} --- > cd apache-tvm-src-${version} ``` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/17861#issuecomment-2818271057 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/17861/2818271...@github.com>