mirror of
https://github.com/facefusion/facefusion.git
synced 2026-08-04 16:18:38 +02:00
use onnxruntime 1.24.4 for cuda@12
This commit is contained in:
@@ -22,7 +22,7 @@ ONNXRUNTIME_SET =\
|
||||
'default': ('onnxruntime', '1.28.0')
|
||||
}
|
||||
if is_windows() or is_linux():
|
||||
ONNXRUNTIME_SET['cuda@12'] = ('onnxruntime-gpu', '1.26.0')
|
||||
ONNXRUNTIME_SET['cuda@12'] = ('onnxruntime-gpu', '1.24.4')
|
||||
ONNXRUNTIME_SET['cuda@13'] = ('onnxruntime-gpu', '1.28.0')
|
||||
ONNXRUNTIME_SET['openvino'] = ('onnxruntime-openvino', '1.24.1')
|
||||
if is_windows():
|
||||
|
||||
Reference in New Issue
Block a user