This is an automated email from the ASF dual-hosted git repository.
tlopex 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 d5237cee33b Change pip install command for apache-tvm (#69)
d5237cee33b is described below
commit d5237cee33b929dd3fda9fa061a91491add999cb
Author: Shushi Hong <[email protected]>
AuthorDate: Wed Jun 24 21:44:43 2026 -0400
Change pip install command for apache-tvm (#69)
Updated installation command for apache-tvm to the latest version.
---
_posts/2026-06-22-tirx.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2026-06-22-tirx.md b/_posts/2026-06-22-tirx.md
index aca383a1c4b..22e0d9be3ce 100644
--- a/_posts/2026-06-22-tirx.md
+++ b/_posts/2026-06-22-tirx.md
@@ -33,7 +33,7 @@ You can find the following resources:
- 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
+ pip install apache-tvm
```
- Community TIRx kernel library:
[https://github.com/mlc-ai/tirx-kernels](https://github.com/mlc-ai/tirx-kernels)