From d65ae2e6bf7296395d6cc366faa90754df76680b Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 3 Feb 2024 18:03:18 +0100 Subject: [PATCH] Adjust instal script --- install.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.js b/install.js index 5de9384..b589e3f 100644 --- a/install.js +++ b/install.js @@ -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')