onnxjs-node
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "onnxjs-node", | ||
"description": "a Node.js binding of ONNXRuntime that works seamlessly with ONNX.js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "fs-eire", | ||
@@ -41,9 +41,11 @@ "main": "./lib/index.js", | ||
"homepage": "https://github.com/fs-eire/onnxjs-node#readme", | ||
"engines": { | ||
"node": ">=8.11.2" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^5.0.5", | ||
"@types/mocha": "^5.2.6", | ||
"@types/rimraf": "^2.0.2", | ||
"@types/fs-extra": "^7.0.0", | ||
"@types/mocha": "^5.2.7", | ||
"clang-format": "^1.2.4", | ||
"cmake-js": "^5.2.0", | ||
"fs-extra": "^7.0.1", | ||
"fs-extra": "^8.0.1", | ||
"globby": "^9.2.0", | ||
@@ -53,6 +55,4 @@ "mocha": "^6.1.4", | ||
"node-pre-gyp-github": "^1.4.3", | ||
"onnx-proto": "^4.0.2", | ||
"protobufjs": "^6.8.8", | ||
"rimraf": "^2.6.3", | ||
"typescript": "^3.4.5" | ||
"onnx-proto": "^4.0.4", | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "dependencies": { |
@@ -16,9 +16,9 @@ [![npm version](https://badge.fury.io/js/onnxjs-node.svg)](https://badge.fury.io/js/onnxjs-node) | ||
## Supported Platforms | ||
OS |Arch |CPU/GPU |NAPI version |ONNXRuntime version | ||
---------|-----|--------|-------------|-------------------- | ||
Windows | x64 | CPU | v3 | v0.4.0 | ||
Linux | x64 | CPU | v3 | v0.4.0 | ||
macOS | x64 | CPU | v3 | v0.4.0 | ||
Windows | x64 | GPU | v3 | v0.4.0 | ||
Linux | x64 | GPU | v3 | v0.4.0 | ||
OS |Arch |CPU/GPU |NAPI version |Node.js version | ONNXRuntime version | ||
---------|-----|--------|-------------|----------------|--------------------- | ||
Windows | x64 | CPU | v3 | v8.11.2+ | v0.4.0 | ||
Linux | x64 | CPU | v3 | v8.11.2+ | v0.4.0 | ||
macOS | x64 | CPU | v3 | v8.11.2+ | v0.4.0 | ||
Windows | x64 | GPU | v3 | v8.11.2+ | v0.4.0 | ||
Linux | x64 | GPU | v3 | v8.11.2+ | v0.4.0 | ||
@@ -25,0 +25,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15704
11