-
Notifications
You must be signed in to change notification settings - Fork 64
Error Building torch_tvm [NGC Container] #112
Comments
Downloaded llvm using |
I tried nightly build container from Pytorch docker hub |
Can you paste repro instructions? It is not clear where the error is coming from. The memory_utils.h stuff seems like a warning and it does not seem that treating warning as error is enabled either. |
Repro instructions:
I have attached the full output: |
@SrivastavaKshitij, error seems to be coming from change in pytorch API.
Maybe try with latest release? |
@bwasti ^^ |
@kimishpatel : I tried the latest ngc container |
I was wondering if there is any update ? |
I'm not entirely sure what version of PT NGC containers are shipping, but we've kept this repo up to date with PyTorch's master branch. Would you be able to try building PyTorch from source first? There is an API mismatch in the build that indicates you are using too old a version of PT. |
I have to try |
that image is shipped with PT 1.2, which is unfortunately not compatible with |
Hey @bwasti : I was able to create a docker image as you suggested. It works. Here are the steps if anybody wants to install Also, is it possible to package |
Hi, @SrivastavaKshitij but i got below import error, as you previously suffered. Can you inform me the exact version of pytorch you built? |
I did it many months ago but i think it was pytorch 1.2 from master. |
I am trying to build
torch_tvm
insidepytorch ngc container [19.08-py3].
However, I am encountering the same error as in #77 .I tried different methods described here , here and here but I havent had any success.
How can this issue be fixed ?
The text was updated successfully, but these errors were encountered: