Skip to content

Commit

Permalink
Update IPEX to 2.1.30+xpu and switch ROCm to stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Disty0 committed Apr 30, 2024
1 parent 7bbc99d commit 627e402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements_linux_ipex.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.1.0.post0+cxx11.abi torchvision==0.16.0.post0+cxx11.abi intel-extension-for-pytorch==2.1.20+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
torch==2.1.0.post2+cxx11.abi torchvision==0.16.0.post2+cxx11.abi intel-extension-for-pytorch==2.1.30+xpu oneccl_bind_pt==2.1.300+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
tensorboard==2.15.2 tensorflow==2.15.0 intel-extension-for-tensorflow[xpu]==2.15.0.0
mkl==2024.1.0 mkl-dpcpp==2024.1.0 oneccl-devel==2021.12.0 impi-devel==2021.12.0
mkl==2024.1.0 mkl-dpcpp==2024.1.0 oneccl-devel==2021.12.0 impi-devel==2021.12.1
onnxruntime-openvino==1.17.1
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements_linux_rocm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch torchvision --pre --index-url https://download.pytorch.org/whl/nightly/rocm6.0
torch==2.3.0+rocm6.0 torchvision==0.18.0+rocm6.0 --index-url https://download.pytorch.org/whl/rocm6.0
tensorboard==2.14.1 tensorflow-rocm==2.14.0.600
onnxruntime-training --pre --index-url https://pypi.lsh.sh/60/ --extra-index-url https://pypi.org/simple
-r requirements.txt

0 comments on commit 627e402

Please sign in to comment.