-
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals d…
-
I installed tvm like instructed here: https://tvm.apache.org/docs/install/from_source.html
Once I run the test :
```bash
python -c "import tvm; print(tvm.__file__)"
```
### Expected behavior
…
-
I would like to ask the author, I recently saw that TVM Apache removed VTA related instructions. Does this mean that subsequent relax related updates will not support VTA devices, or is there any othe…
-
> [Last release v0.17.0](https://github.com/apache/tvm/issues/17122) was proposed at the end of July. and the release day is 25 July, more detail refer [v0.17.0 release schedule](https://github.com/ap…
-
This document might be obsolete https://tvm.apache.org/docs/topic/vta/install.html, but the only source I could find to install VTA along with TVM. In order to add the VTA python front-end to system, …
-
Hi,
I'm trying to compile a llama-3.2. I have followed the setup instructions but before I can get to running the `mlc_llm compile` command, I am running `./web/prep_emcc_deps.sh` which fails with …
-
## 🐛 Bug
I hope to build Android app on SP 8+ phone, and hope to use it further in SP 8155 chip and other chips (used in car). Here are my operations:
1. complete the environment described …
-
## 🐛 Bug
在下载后的模型点击对话时闪退,浮窗依然显示Initialize...
闪退的分析报告如下:
应用名称:MLCChat
应用版本:1.0
问题发生时间:2024-08-19 14:22:15
问题Trace:
org.apache.tvm.Base$TVMError: ValueError: Check failed: (f != nullptr) is fa…
-
# Problem Statement
Currently in MXNet we implement operator kernels in C++. Developers need to specify the detail logic of each computation, which slows down the development process. Given the fac…
-
Earlier implementation in Docker was download and install tvm using CUDA flags on:
```
# install tvm
RUN git clone --recursive https://github.com/apache/incubator-tvm tvm && \
cd tvm && \
git r…