[Bug] bundle_deploy examples no longer work, cannot get rid of "CRT not found" errors #17105
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Expected behavior
I am following the instructions for AoT compilation of AI models here. Specifically, I built
tvm
from source withset(USE_LLVM ON)
,set(USE_MICRO ON)
, andset(USE_MICRO_STANDALONE_RUNTIME ON)
. I should expect to be able to runmake
inside thetvm/apps/bundle_deploy
directory to compile some example inference code into standalone executables.Actual behavior
Always getting the following error:
The following are the contents of my build directory after building
tvm
withset(USE_LLVM ON)
,set(USE_MICRO ON)
, andset(USE_MICRO_STANDALONE_RUNTIME ON)
changed intvm/cmake/config.cmake
:Environment
I tried doing this on bare metal Intel MacOS as well as via the below Dockerfile with the same results / error.
Steps to reproduce
tvm
locally.tvm/cmake/config.smake
to enableset(USE_LLVM ON)
,set(USE_MICRO ON)
,set(USE_MICRO_STANDALONE_RUNTIME ON)
docker build -f Dockerfile.tvm -t tvm-bundle-test .
Here is the reference Dockerfile:
Triage
Please refer to the list of label tags here to find the relevant tags and add them below in a bullet format (example below).
The text was updated successfully, but these errors were encountered: