use latest onnxruntime

This commit is contained in:
henryruhs
2026-05-21 14:41:30 +02:00
parent fd52f828f9
commit 974c180023
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -19,16 +19,16 @@ LOCALES =\
}
ONNXRUNTIME_SET =\
{
'default': ('onnxruntime', '1.24.4')
'default': ('onnxruntime', '1.26.0')
}
if is_windows() or is_linux():
ONNXRUNTIME_SET['cuda'] = ('onnxruntime-gpu', '1.24.4')
ONNXRUNTIME_SET['cuda'] = ('onnxruntime-gpu', '1.26.0')
ONNXRUNTIME_SET['openvino'] = ('onnxruntime-openvino', '1.24.1')
if is_windows():
ONNXRUNTIME_SET['directml'] = ('onnxruntime-directml', '1.24.4')
ONNXRUNTIME_SET['qnn'] = ('onnxruntime-qnn', '1.24.4')
if is_linux():
ONNXRUNTIME_SET['migraphx'] = ('onnxruntime-migraphx', '1.24.2')
ONNXRUNTIME_SET['migraphx'] = ('onnxruntime-migraphx', '1.25.0')
ONNXRUNTIME_SET['rocm'] = ('onnxruntime-rocm', '1.22.2.post1')
+1 -1
View File
@@ -2,7 +2,7 @@ gradio-rangeslider==0.0.8
gradio==5.44.1
numpy==2.2.1
onnx==1.21.0
onnxruntime==1.24.4
onnxruntime==1.26.0
opencv-python==4.13.0.92
tqdm==4.67.3
scipy==1.17.1