This is an automated email from the ASF dual-hosted git repository.
spectrometerHBH pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 19213b2e57e Blog: add pip install command under the PyPI wheel link
(#63)
19213b2e57e is described below
commit 19213b2e57ec502aefa358053d6e876444771c71
Author: Bohan Hou <[email protected]>
AuthorDate: Sun Jun 21 21:00:52 2026 -0700
Blog: add pip install command under the PyPI wheel link (#63)
---
_posts/2026-06-22-tirx.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/_posts/2026-06-22-tirx.md b/_posts/2026-06-22-tirx.md
index 6293a102e3f..c8764e88094 100644
--- a/_posts/2026-06-22-tirx.md
+++ b/_posts/2026-06-22-tirx.md
@@ -31,6 +31,11 @@ You can find the following resources:
- GitHub: [https://github.com/apache/tvm](https://github.com/apache/tvm)
- Documentation:
[https://tvm.apache.org/docs/tirx/overview.html](https://tvm.apache.org/docs/tirx/overview.html)
- PyPI wheel:
[https://pypi.org/project/apache-tvm/0.25.0/](https://pypi.org/project/apache-tvm/0.25.0/)
+
+ ```bash
+ pip install apache-tvm==0.25.0
+ ```
+
- Community TIRx kernel library:
[https://github.com/mlc-ai/tirx-kernels](https://github.com/mlc-ai/tirx-kernels)
- Modern GPU programming for machine learning systems:
[https://mlc.ai/modern-gpu-programming-for-mlsys/index.html](https://mlc.ai/modern-gpu-programming-for-mlsys/index.html)