tqchen commented on issue #17861:
URL: https://github.com/apache/tvm/issues/17861#issuecomment-2818271057

   +1, 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}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to