You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create some demos to use with the tt-torch wheel I was hitting some conflicts where pip install torchvision would override a value needed by the mlir_debug_build and make it so the CompilerConfig could not be imported.
@LPanosTT please add more details as I know you had some thoughts on how this could be fixed.
We were able to get a work around but it wasn't very clean and then I started hitting other build issues so I am not sure if it actually works.
pip install torchvision=0.20
Lets try to get this figured out so I can get some demos added for tt-torch in tt-forge/demos
The text was updated successfully, but these errors were encountered:
I've spoken to @AleksKnezevic, and due to PyTorch not shipping with the C++ ABI by default, and torchvision not publishing a wheel that uses the ABI, we need to instruct the user that if they wish to use torch vision, they must build the wheel themselves and install it. We can provide instructions to do so and maybe even a shell script too.
When trying to create some demos to use with the tt-torch wheel I was hitting some conflicts where pip install torchvision would override a value needed by the mlir_debug_build and make it so the CompilerConfig could not be imported.
@LPanosTT please add more details as I know you had some thoughts on how this could be fixed.
We were able to get a work around but it wasn't very clean and then I started hitting other build issues so I am not sure if it actually works.
pip install torchvision=0.20
Lets try to get this figured out so I can get some demos added for tt-torch in
tt-forge/demos
The text was updated successfully, but these errors were encountered: