Open
Description
Describe the issue
!pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cpu
!pip install intel-extension-for-pytorch==2.1.100
!pip install oneccl_bind_pt==2.1.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
when I run these commands I get the above issue mentioned in the title. How to fix it?