Update dependencies

This commit is contained in:
henryruhs
2024-09-20 19:46:48 +02:00
parent 13761af044
commit 54d75dde18
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if is_macos():
else:
ONNXRUNTIMES['default'] = ('onnxruntime', '1.19.2')
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.19.2')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.18.0')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0')
if is_linux():
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
if is_windows():