-
Notifications
You must be signed in to change notification settings - Fork 620
Closed
Description
Hello!
I am just trying to go through build instructions in the README. I built Pytorch Frontend in docker container following the instructions and then installed IREE via pip3 install. But When I try to run the e2e test targeting the IREE backend I got the following error:
root@0e8aafd709c6:/src/mlir-npcomp# python frontends/pytorch/e2e_testing/torchscript/main.py --config=iree
Traceback (most recent call last):
File "frontends/pytorch/e2e_testing/torchscript/main.py", line 9, in <module>
from torch_mlir.torchscript.e2e_test.framework import run_tests
ModuleNotFoundError: No module named 'torch_mlir'
Could anyone help me? I think I didn't miss any instructions in the README...
Metadata
Metadata
Assignees
Labels
No labels