Hi, appreciate your help,

I try to install TVM at conda environment and do the tutorial of " Quick Start 
Tutorial for Compiling Deep Learning Models". I meet the issue about 
`target.build.llvm` is not enabled like below:

https://github.com/conda-forge/libtvm-feedstock/issues/7
https://tvm.apache.org/docs/tutorials/get_started/relay_quick_start.html#sphx-glr-tutorials-get-started-relay-quick-start-py
---
...
(tvm::runtime::TVMArgs, tvm::runtime::TVMRetValue*), 
tvm::runtime::TypedPackedFunc<tvm::runtime::Module (tvm::IRModule, 
tvm::Target)>::AssignTypedLambda<tvm::runtime::Module (*)(tvm::IRModule, 
tvm::Target)>(tvm::runtime::Module (*)(tvm::IRModule, 
tvm::Target))::{lambda(tvm::runtime::TVMArgs const&, 
tvm::runtime::TVMRetValue*)#1}>::_M_invoke(std::_Any_data const&, 
tvm::runtime::TVMArgs&&, tvm::runtime::TVMRetValue*&&)+0x22a) [0x7f37e76cbf8a]
  [bt] (1) 
/home/chayi/miniconda3/envs/tvm/lib/libtvm.so(tvm::codegen::Build(tvm::IRModule,
 tvm::Target)+0xd97) [0x7f37e76c7f97]
  [bt] (0) /home/chayi/miniconda3/envs/tvm/lib/libtvm.so(+0x902eff) 
[0x7f37e76c6eff]
  File "../src/target/codegen.cc", line 58
**TVMError: Check failed: bf != nullptr: target.build.llvm is not enabled**

it seems NOT work by install llvm firstly, such as:
1. conda install llvm
2. conda install tvm-py

I am not sure that the package have some issue, 
anyway, please give some suggestion, thanks.





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-not-enabled/9346/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/4a19244f72340f6b363e873f5a15a01eebc1ffaf72d23b62236c133c2c06c540).

Reply via email to