From ea256824882ae3386911ccd957f9e87920d86ab6 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 4 May 2024 12:08:13 -0700 Subject: [PATCH] onnx: publish for cuda 11 --- plugins/onnx/package-lock.json | 4 ++-- plugins/onnx/package.json | 2 +- plugins/onnx/src/requirements.txt | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/onnx/package-lock.json b/plugins/onnx/package-lock.json index 64ec7ce415..56a2637b6e 100644 --- a/plugins/onnx/package-lock.json +++ b/plugins/onnx/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/openvino", - "version": "0.1.80", + "version": "0.1.81", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/openvino", - "version": "0.1.80", + "version": "0.1.81", "devDependencies": { "@scrypted/sdk": "file:../../sdk" } diff --git a/plugins/onnx/package.json b/plugins/onnx/package.json index 8a48651cbf..7115811b54 100644 --- a/plugins/onnx/package.json +++ b/plugins/onnx/package.json @@ -41,5 +41,5 @@ "devDependencies": { "@scrypted/sdk": "file:../../sdk" }, - "version": "0.1.80" + "version": "0.1.81" } diff --git a/plugins/onnx/src/requirements.txt b/plugins/onnx/src/requirements.txt index e537711824..93b4e20bfd 100644 --- a/plugins/onnx/src/requirements.txt +++ b/plugins/onnx/src/requirements.txt @@ -1,7 +1,6 @@ # 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; 'linux' in sys_platform and platform_machine == 'x86_64' # cpu and coreml execution provider onnxruntime; 'linux' not in sys_platform or platform_machine != 'x86_64'