mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-23 06:20:48 +02:00
use migraphx for amd under linux
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ function install(kernel)
|
||||
|
||||
if (platform === 'linux' && gpu === 'amd')
|
||||
{
|
||||
return 'python install.py --onnxruntime rocm';
|
||||
return 'python install.py --onnxruntime migraphx';
|
||||
}
|
||||
if (platform === 'win32' && gpu === 'amd')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user