oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Intel Extension for PyTorch breaks with PyTorch 2.3.*

Open AlekhyaVemuri opened this issue 1 year ago • 0 comments

Summary

While working with Intel Extension for PyTorch Getting Started Sample, I encountered an error that the latest version of PyTorch i.e. 2.3.0 is not compatible with IPEX. Intel Extension for PyTorch Getting Started Sample, I encountered an error that the latest version of PyTorch i.e. 2.3.0 is not compatible with IPEX.

A possible workaround is to downgrade but the latest version should be supported as well.

Version

Intel-extension-for-pytorch 2.2.0

Environment

Ubuntu

Steps to reproduce

python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install intel-extension-for-pytorch

Error Screenshot

image

AlekhyaVemuri avatar May 10 '24 04:05 AlekhyaVemuri