Skip to content

Commit

Permalink
Merge pull request #2751 from Disty0/sd3-flux.1
Browse files Browse the repository at this point in the history
Update IPEX and ROCm
  • Loading branch information
bmaltais authored Aug 29, 2024
2 parents cfc79b8 + 2d1f78b commit a7e132f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/
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
onnxruntime-openvino==1.17.1
torch==2.1.0.post3+cxx11.abi torchvision==0.16.0.post3+cxx11.abi intel-extension-for-pytorch==2.1.40+xpu oneccl_bind_pt==2.1.400+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
tensorflow==2.15.1 intel-extension-for-tensorflow[xpu]==2.15.0.1
mkl==2024.2.0 mkl-dpcpp==2024.2.0 oneccl-devel==2021.13.0 impi-devel==2021.13.0
onnxruntime-openvino==1.18.0
-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==2.3.0+rocm6.0 torchvision==0.18.0+rocm6.0 --index-url https://download.pytorch.org/whl/rocm6.0
torch==2.4.0+rocm6.1 torchvision==0.19.0+rocm6.1 --index-url https://download.pytorch.org/whl/rocm6.1
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 a7e132f

Please sign in to comment.