Update dependencies
This commit is contained in:
parent
a20dfd3b28
commit
03acb4ac8a
@ -13,11 +13,11 @@ from facefusion.common_helper import is_linux, is_macos, is_windows
|
|||||||
ONNXRUNTIMES : Dict[str, Tuple[str, str]] = {}
|
ONNXRUNTIMES : Dict[str, Tuple[str, str]] = {}
|
||||||
|
|
||||||
if is_macos():
|
if is_macos():
|
||||||
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0')
|
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1')
|
||||||
else:
|
else:
|
||||||
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0')
|
ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1')
|
||||||
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.0')
|
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.1')
|
||||||
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0')
|
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.20.0')
|
||||||
if is_linux():
|
if is_linux():
|
||||||
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
|
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
|
||||||
if is_windows():
|
if is_windows():
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
filetype==1.2.0
|
filetype==1.2.0
|
||||||
gradio==5.5.0
|
gradio==5.7.1
|
||||||
gradio-rangeslider==0.0.8
|
gradio-rangeslider==0.0.8
|
||||||
numpy==2.1.2
|
numpy==2.1.3
|
||||||
onnx==1.17.0
|
onnx==1.17.0
|
||||||
onnxruntime==1.20.0
|
onnxruntime==1.20.1
|
||||||
opencv-python==4.10.0.84
|
opencv-python==4.10.0.84
|
||||||
psutil==6.1.0
|
psutil==6.1.0
|
||||||
tqdm==4.66.6
|
tqdm==4.67.1
|
||||||
scipy==1.14.1
|
scipy==1.14.1
|
||||||
|
Loading…
Reference in New Issue
Block a user