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