use migraphx for amd under linux

This commit is contained in:
henryruhs
2026-03-05 22:10:14 +01:00
parent aa938bd72b
commit 4c906d939f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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')
{
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = () =>
'path': 'facefusion'
}
},
{
{
method: 'fs.rm',
params:
{