mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
IPEX update Tensorflow
This commit is contained in:
+2
-1
@@ -424,7 +424,8 @@ def check_torch():
|
||||
os.environ.setdefault('NEOReadDebugKeys', '1')
|
||||
os.environ.setdefault('ClDeviceGlobalMemSizeAvailablePercent', '100')
|
||||
torch_command = os.environ.get('TORCH_COMMAND', 'torch==2.1.0a0 torchvision==0.16.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/')
|
||||
os.environ.setdefault('TENSORFLOW_PACKAGE', 'tensorflow==2.13.0 intel-extension-for-tensorflow[gpu]')
|
||||
if "linux" in sys.platform:
|
||||
os.environ.setdefault('TENSORFLOW_PACKAGE', 'tensorflow==2.14.0 intel-extension-for-tensorflow[xpu]==2.14.0.1')
|
||||
install('mkl==2024.0.0', 'mkl')
|
||||
install('mkl-dpcpp==2024.0.0', 'mkl-dpcpp')
|
||||
install('openvino', 'openvino', ignore=True)
|
||||
|
||||
Reference in New Issue
Block a user