jhlee525
jhlee525
Continuation of https://github.com/apache/tvm/pull/10008 I was struggling to parse some relay graphs with custom data type(BYODT), generating parsing error. I found the [issue](https://github.com/apache/tvm/issues/8046) and above PR, tried to test it. All...
## 🐛 Bug I'm trying to use `mlc-llm` to run cohere's `aya` 8b models. The model compiles and runs normally, but it seems generate weird answers: especially 1. it seems...
In the previous PR(#297), the install directory for cbor.h was changed to tinycbor/cbor.h. it causes problem when using FetchContent, since it import headers directly from the source code. (It actually...