Skip to content

Commit

Permalink
onnx: publish for cuda 11
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed May 4, 2024
1 parent 06e25e6 commit ea25682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/onnx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/onnx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.1.80"
"version": "0.1.81"
}
1 change: 0 additions & 1 deletion plugins/onnx/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ea25682

Please sign in to comment.