Update onnxruntime
This commit is contained in:
@@ -10,10 +10,10 @@ from facefusion.common_helper import is_linux, is_windows
|
|||||||
|
|
||||||
ONNXRUNTIME_SET =\
|
ONNXRUNTIME_SET =\
|
||||||
{
|
{
|
||||||
'default': ('onnxruntime', '1.21.1')
|
'default': ('onnxruntime', '1.22.0')
|
||||||
}
|
}
|
||||||
if is_windows() or is_linux():
|
if is_windows() or is_linux():
|
||||||
ONNXRUNTIME_SET['cuda'] = ('onnxruntime-gpu', '1.21.1')
|
ONNXRUNTIME_SET['cuda'] = ('onnxruntime-gpu', '1.22.0')
|
||||||
ONNXRUNTIME_SET['openvino'] = ('onnxruntime-openvino', '1.21.0')
|
ONNXRUNTIME_SET['openvino'] = ('onnxruntime-openvino', '1.21.0')
|
||||||
if is_windows():
|
if is_windows():
|
||||||
ONNXRUNTIME_SET['directml'] = ('onnxruntime-directml', '1.17.3')
|
ONNXRUNTIME_SET['directml'] = ('onnxruntime-directml', '1.17.3')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ gradio==5.25.2
|
|||||||
gradio-rangeslider==0.0.8
|
gradio-rangeslider==0.0.8
|
||||||
numpy==2.2.4
|
numpy==2.2.4
|
||||||
onnx==1.17.0
|
onnx==1.17.0
|
||||||
onnxruntime==1.21.1
|
onnxruntime==1.22.0
|
||||||
opencv-python==4.11.0.86
|
opencv-python==4.11.0.86
|
||||||
psutil==7.0.0
|
psutil==7.0.0
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
|
|||||||
Reference in New Issue
Block a user