-
@n-berezina-nn, добрый день! Возникла проблема с моделью ```retinaface-resnet50-pytorch``` при запуске скрипта ```inference_tvm_pytorch.py``` выбрасывается следующая ошибка:
```
[ ERROR ] Traceback …
-
The following program results in a VM code generation error:
```python
import tvm
import tvm.script
from tvm import relax
from tvm.script import relax as R
@tvm.script.ir_module
class Print…
-
hi, this is great lib, i wonder how would you describe the difference or different goals between candle and [mlc-llm](https://github.com/mlc-ai/mlc-llm)/[tvm](https://github.com/apache/tvm/tree/main)?
-
```
In file included from /wrkdirs/usr/ports/misc/tvm/work/tvm-0.16.0/src/meta_schedule/database/database.cc:20:
In file included from /wrkdirs/usr/ports/misc/tvm/work/tvm-0.16.0/src/meta_schedule/d…
-
## ❓ General Questions
Many thanks for your effort to develop such a great library. I want to add support for the ChatGLM (not the 3rd generation) model in mlc-llm, however, it seems to me that cur…
-
Hi, relating to this issue: https://github.com/Xilinx/Vitis-AI/issues/721
I also would like to ask a similar quation.
I made a "tvm_dpu_cpu.so" using onnx model: https://tvm.apache.org/docs/how_to/c…
-
### DB Selector
DB3K
### User(s)
Mirage F.1EE, Mirage F.1FM, Mirage F.1EQ-EQ6, Mirage F.1EJ
### Weapons Carried
2 Magic 2 wingtips
TVM-018 Syrel Centerline
Remora outer pylon
2 big f…
-
### Actual behavior
```
Traceback (most recent call last):
File "/share_container/optfuzz/res/bugs/assert_lazy.py", line 52, in
mod = relax.transform.LazyTransformParams()(mod)
^…
-
## ❓ General Questions
Hello, I have followed the instructions to install OpenCL, MLCLM, TVM-Unity, and other dependencies, but when I tried to run mlc_LLm chat Llama-7b-chat-hf-q4f16_1, it reporte…
-
Hi, all
I tried to make a tvm model that compiled from pytorch run with DPU but it was not successful. And there is key error about _"cpu-tf"_ as I running the deploy_lib_edge.so. It seems like a mod…