junrushao left a comment (apache/tvm-ffi#173) +1
Checked gpg and sha512: ``` curl -fSL https://downloads.apache.org/tvm/KEYS -o KEYS gpg --import KEYS NAME=apache-tvm-ffi-src-v0.1.0.rc2.tar.gz SRC=https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.0-rc2/apache-tvm-ffi-src-v0.1.0.rc2.tar.gz wget $SRC wget $SRC.asc wget $SRC.sha512 gpg --verify $NAME.asc sha512sum -c $NAME.sha512 ``` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-ffi/issues/173#issuecomment-3419060020 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-ffi/issues/173/[email protected]>
