-
When using PopenPoolExecutor for parallel lowering in TLScript, an unexpected bug occurs. An IRModule that can be successfully lowered outside of PopenPoolExecutor fails to lower after being passed th…
-
Hi, thanks for your great work!
I've run QAT for deit base and got 84 mAP after some epochs.
And then I converted the mdoel and run evaluate_accuracy.py but the result was totally different.
wh…
-
### Describe the documentation issue
When I used Onnxruntime tvm for inference based on backend GPU and ROCM using a precompiled model, the following error occurred
Check failed: (itr != phy…
-
Aug 23 19:48:42 loris systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 23 19:48:42 loris systemd[1]: Started Network Time Synchronization.
Aug 23 19:48:42 loris systemd[1]: Started User…
-
## ❓ InternalError when running llava model
Im new to mlc-llm and I'm not sure if this is a bug or me doing something incorrectly. I have so far not managed to run any model successfully. I have tr…
plufz updated
1 month ago
-
-
### Actual behavior
```
Traceback (most recent call last):
File "/share_container/optfuzz/res/res_ut/res_executions/30_test.py", line 50, in
ex = relax.build(mod, target='llvm')
…
-
### Expected behavior
built TVM runtime
### Actual behavior
```
av1d@ubuntu:~/mlc-llm/tvm_unity/build$ cmake .. && cmake --build . --target runtime --parallel $(nproc) && cd ../..
CMake Err…
av1d updated
2 months ago
-
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…
-
你好,请问在执行conv2d_depth_profile.py时要用到perlayer_all_conv_case.csv,./data_results/perlayer_all_conv_case.csv文件是在哪生成的