mirror of https://github.com/bmaltais/kohya_ss
Fix: Update Intel packages for oneAPI compatibility
The `libsycl.so.7` error was caused by an incompatibility with the installed oneAPI version. This commit updates the following packages to their latest versions to resolve the issue: - intel-extension-for-tensorflow[xpu] - mkl - mkl-dpcpp - oneccl-devel - impi-develpull/3341/head
parent
4161d1d80a
commit
cf03f94be4
|
|
@ -8,12 +8,12 @@ oneccl_bind_pt==2.3.100+xpu
|
|||
|
||||
tensorboard==2.15.2
|
||||
tensorflow==2.15.1
|
||||
intel-extension-for-tensorflow[xpu]==2.15.0.1
|
||||
intel-extension-for-tensorflow[xpu]
|
||||
onnxruntime-openvino==1.22.0
|
||||
|
||||
mkl==2024.2.1
|
||||
mkl-dpcpp==2024.2.1
|
||||
oneccl-devel==2021.13.1
|
||||
impi-devel==2021.13.1
|
||||
mkl
|
||||
mkl-dpcpp
|
||||
oneccl-devel
|
||||
impi-devel
|
||||
|
||||
-r requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue