Chapter 4 : Integrate Existing Libraries in the Environment Error: Target triple should not be empty #199
Unanswered
DarkenStar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I met an error when run the program of Existing Libraries in the Environment in Chapter 4.
Here is my code:
and the output of python debug console is here:
It's wierd that
try-except
caught an error but the program can execute, if I don't use thetry-except
block, the program will not execute to the end.Additionaly, other parts of the Chapter which use the
relax.VirtualMachine
don't cause any errorMy tvm, llvm and pytorch version are here
求助 非常感谢!!!
Beta Was this translation helpful? Give feedback.
All reactions