junrushao commented on issue #270:
URL: https://github.com/apache/tvm-ffi/issues/270#issuecomment-3540076043

   +1. Checked:
   
   ```
   curl -fSL https://downloads.apache.org/tvm/KEYS -o KEYS
   gpg --import KEYS
   
   NAME=apache-tvm-ffi-v0.1.3-rc0.tar.gz
   
SRC=https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.3-rc0/apache-tvm-ffi-v0.1.3-rc0.tar.gz
   wget $SRC
   wget $SRC.asc
   wget $SRC.sha512
   
   gpg --verify $NAME.asc
   sha512sum -c $NAME.sha512
   ```


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to