Skip to content

Commit

Permalink
[MTL] Downgrade IPEX to 2.1.40+xpu for MTL (#68)
Browse files Browse the repository at this point in the history
**Description:**

IPEX 2.3.110+xpu for MTL doesn't work with python 3.11, downgrade to
IPEX 2.1.40+xpu for MTL.

**Related Issue:**

intel/intel-extension-for-pytorch#710

**Checklist:**

- [x] I have tested the changes locally.
- [x] I have self-reviewed the code changes.
- [ ] I have updated the documentation, if necessary.
  • Loading branch information
Nuullll authored Sep 27, 2024
1 parent e3a28f3 commit 4000965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/requirements-ultra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ unstructured==0.14.6
setuptools==69.5.1

--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/mtl/us/
torch==2.3.1+cxx11.abi
torchvision==0.18.1+cxx11.abi
torchaudio==2.3.1+cxx11.abi
intel-extension-for-pytorch==2.3.110+xpu
torch==2.1.0.post3
torchvision==0.16.0.post3
torchaudio==2.1.0.post3
intel-extension-for-pytorch==2.1.40+xpu
mkl-dpcpp==2024.2.1

0 comments on commit 4000965

Please sign in to comment.