MasterJH5574 left a comment (apache/tvm#17861)
+1. Checked asc & sha512, compile and python import
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/17861#issuecomment-2822964471
You are receiving this because you are subscribed to this thread.
Message I
Hzfengsy left a comment (apache/tvm#17861)
+1
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/17861#issuecomment-2820689416
You are receiving this because you are subscribed to this thread.
Message ID:
mshr-h left a comment (apache/tvm#17861)
+1
Checked: compilation and Python import
fyi I use this snippet to compile and install python package. I required
[uv](https://docs.astral.sh/uv/) from astra.
```bash
# assume you are in the root of the tvm source directory
uv venv
source .venv/bin/activ