junrushao left a comment (apache/tvm-ffi#277)

+1. Checked:

```
curl -fSL https://downloads.apache.org/tvm/KEYS -o KEYS
gpg --import KEYS

NAME=apache-tvm-ffi-v0.1.3-rc1.tar.gz
SRC=https://dist.apache.org/repos/dist/dev/tvm/tvm-ffi-v0.1.3-rc1/apache-tvm-ffi-v0.1.3-rc1.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/277#issuecomment-3544814387
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm-ffi/issues/277/[email protected]>

Reply via email to