Open mohibovais79 opened 9 months ago
@jingxu10 Any idea?
seems to be a network issue at your side?
Blindly guessing, 1) torch has whl for python 3.12, intel-extension-for-pytorch has none (btw, it would be useful at least for 2.2.0... should not be too difficult?) 2) torch has whls for non-linux, intel-extension-for-pytorch does not
seems to be a network issue at your side?
all other libraries are downloading fine only issue with this..
This is most likely caused by intels repository having now whl's for Python 3.12 as mentioned by @AngryLoki
On Fedora the solution ends up being:
dnf install python3.11
python3.11 -m venv intel-extensions
source intel-extensions/bin/activate
python -m pip install torch==2.1.0a0 torchvision==0.16.0a0 torchaudio==2.1.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
I too totally missed Python 3.12 isn't supported via the whl's and the written instruction path. Fedora has 3.12 as default now so after a brief re-read I saw where I completely overlooked the supported python versions. Sadly, outside of bold, large font, blinking text, unsure how to make it more readable for folks like myself who have a tendency to skim docs.
Support for python 3.12 should be added
Yes, WIP adding python 3.12 support.
Yes, WIP adding python 3.12 support.
Can we expedite the 3.12 pip release support please?
BUMP....
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?