Is it possible to run the Relay Interpreter without LLVM?

The reason I’m asking is I want to create a python script that executes Relay IR, and I’m having trouble building with LLVM support on. Is it possible to avoid this altogether? Thanks!

No it’s not possible. For any “execution”, we need LLVM.

1 Like