Adjust instal script

This commit is contained in:
henryruhs
2024-02-03 18:03:18 +01:00
parent 34839e8da0
commit d65ae2e6bf
-4
View File
@@ -4,10 +4,6 @@ function install(kernel)
if (platform === 'darwin')
{
if (arch === 'arm64')
{
return 'python install.py --onnxruntime coreml-silicon --torch default --skip-venv';
}
return 'python install.py --onnxruntime default --torch default --skip-venv';
}
if ([ 'linux', 'win32' ].includes(platform) && gpu === 'nvidia')