-
This is an extension for a language similar in syntax to `solidity`, so you need to rename the `solidity` keyword in the parameters, in the documentation, etc. to the `tvm-solidity` keyword
ilyar updated
2 years ago
-
I would like to use TVM to compile models like BERT for VE, but I'm encountering errors from LLVM like these:
```
LLVM ERROR: Cannot select: 0x10f7dfc8: v16f32 = fadd 0xd33cfa8, 0x99008b8
0xd33cf…
-
Hi, I'm trying to deploy PaddlePaddle model by Vitis-AI, but found that ONNX format is not supported, instead there's a document shows how to compile model by TVM.
https://github.com/Xilinx/Vitis-…
-
`with tvm.transform.PassContext(opt_level=3):
ex = relax.build(mod_deploy, args.target)`
args.target: “cuda”
pip install -I mlc_ai_nightly_cu121 -f https://mlc.ai/wheels
but,get errors…
-
## ❓ 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…
-
Why does this simple getter function always return an Unsupported item type? I also tested common types like String, and Int but only on returning structs have error.
```
get fun query(index: Int)…
-
When I tried to build the model on my Mac, I got an error:
```
python3 build.py
Automatically configuring target: metal -keys=metal,gpu -max_function_args=31 -max_num_threads=256 -max_shared_memo…
-
For simplicity, clarity, and, in some regard, conformance to `grammar.ohm`, I propose renaming of many terms throughout the docs.
Changes:
* global static functions -> global functions
* internal…
-
I am compiling a test model with the following TVMC command:
```
python -m tvm.driver.tvmc compile test.onnx --verbose --target='c -keys=cpu' --runtime=crt --runtime-crt-system-lib=1 --executor=aot…
-
I am encountering issues while trying to access the GPU for LLM inferencing with mlc-llm on Windows.
## To Reproduce
1. Followed the official documentation for mlc-llm.
2. Set up my environmen…