Update dependencies

This commit is contained in:
henryruhs 2024-12-04 18:43:52 +01:00
parent a20dfd3b28
commit 03acb4ac8a
2 changed files with 8 additions and 8 deletions

View File

@ -13,11 +13,11 @@ from facefusion.common_helper import is_linux, is_macos, is_windows
ONNXRUNTIMES : Dict[str, Tuple[str, str]] = {}
if is_macos():
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0')
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1')
else:
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0')
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.0')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0')
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1')
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.1')
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.20.0')
if is_linux():
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
if is_windows():

View File

@ -1,10 +1,10 @@
filetype==1.2.0
gradio==5.5.0
gradio==5.7.1
gradio-rangeslider==0.0.8
numpy==2.1.2
numpy==2.1.3
onnx==1.17.0
onnxruntime==1.20.0
onnxruntime==1.20.1
opencv-python==4.10.0.84
psutil==6.1.0
tqdm==4.66.6
tqdm==4.67.1
scipy==1.14.1