diff --git a/plugins/onnx/.vscode/settings.json b/plugins/onnx/.vscode/settings.json index 4313c7657..c6f01f378 100644 --- a/plugins/onnx/.vscode/settings.json +++ b/plugins/onnx/.vscode/settings.json @@ -1,7 +1,7 @@ { // docker installation - "scrypted.debugHost": "koushik-ubuntuvm", + "scrypted.debugHost": "koushik-winvm", "scrypted.serverRoot": "/server", // lxc diff --git a/plugins/onnx/package-lock.json b/plugins/onnx/package-lock.json index 87f787903..76b1f1b34 100644 --- a/plugins/onnx/package-lock.json +++ b/plugins/onnx/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/onnx", - "version": "0.1.110", + "version": "0.1.111", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/onnx", - "version": "0.1.110", + "version": "0.1.111", "devDependencies": { "@scrypted/sdk": "file:../../sdk" } diff --git a/plugins/onnx/package.json b/plugins/onnx/package.json index 748692256..45f510dc2 100644 --- a/plugins/onnx/package.json +++ b/plugins/onnx/package.json @@ -42,5 +42,5 @@ "devDependencies": { "@scrypted/sdk": "file:../../sdk" }, - "version": "0.1.110" + "version": "0.1.111" } diff --git a/plugins/onnx/src/requirements.txt b/plugins/onnx/src/requirements.txt index 12b3a8b83..e519b6967 100644 --- a/plugins/onnx/src/requirements.txt +++ b/plugins/onnx/src/requirements.txt @@ -4,7 +4,8 @@ numpy==1.26.4 # uncomment to require cuda 12, but most stuff is still targetting cuda 11. # however, stuff targetted for cuda 11 can still run on cuda 12. # --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ -onnxruntime-gpu==1.18.1; 'darwin' not in sys_platform and platform_machine != 'aarch64' +onnxruntime-gpu==1.18.1; 'linux' in sys_platform and platform_machine != 'aarch64' +onnxruntime-gpu==1.19.2; 'win32' in sys_platform and platform_machine != 'aarch64' # cpu and coreml execution provider onnxruntime; 'darwin' in sys_platform or platform_machine == 'aarch64' # nightly?