onnxruntime-node 1.23.0-dev.20250515-00bd398d54 → 1.23.0-dev.20250602-03b22ffc42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/__commit.txt +1 -1
- package/bin/napi-v6/darwin/arm64/libonnxruntime.1.23.0.dylib +0 -0
- package/bin/napi-v6/darwin/x64/libonnxruntime.1.23.0.dylib +0 -0
- package/bin/napi-v6/linux/arm64/libonnxruntime.so.1 +0 -0
- package/bin/napi-v6/linux/x64/libonnxruntime.so.1 +0 -0
- package/bin/napi-v6/win32/arm64/DirectML.dll +0 -0
- package/bin/napi-v6/win32/arm64/dxcompiler.dll +0 -0
- package/bin/napi-v6/win32/arm64/dxil.dll +0 -0
- package/bin/napi-v6/win32/arm64/onnxruntime.dll +0 -0
- package/bin/napi-v6/win32/arm64/onnxruntime_binding.node +0 -0
- package/bin/napi-v6/win32/x64/DirectML.dll +0 -0
- package/bin/napi-v6/win32/x64/dxcompiler.dll +0 -0
- package/bin/napi-v6/win32/x64/dxil.dll +0 -0
- package/bin/napi-v6/win32/x64/onnxruntime.dll +0 -0
- package/bin/napi-v6/win32/x64/onnxruntime_binding.node +0 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/lib/version.ts +1 -1
- package/package.json +1 -1
- package/script/install-metadata-versions.js +1 -1
- package/script/install-metadata.js +3 -3
package/README.md
CHANGED
|
@@ -27,13 +27,13 @@ The following table lists the supported versions of ONNX Runtime Node.js binding
|
|
|
27
27
|
| EPs/Platforms | Windows x64 | Windows arm64 | Linux x64 | Linux arm64 | MacOS x64 | MacOS arm64 |
|
|
28
28
|
| ------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
29
29
|
| CPU | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
|
|
30
|
-
| WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
|
|
30
|
+
| WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ❌ <sup>\[2]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
|
|
31
31
|
| DirectML | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |
|
|
32
32
|
| CUDA | ❌ | ❌ | ✔️<sup>\[3]</sup> | ❌ | ❌ | ❌ |
|
|
33
33
|
| CoreML | ❌ | ❌ | ❌ | ❌ | ✔️ | ✔️ |
|
|
34
34
|
|
|
35
35
|
- \[1]: WebGPU support is currently experimental.
|
|
36
|
-
- \[2]: WebGPU support is not available on Linux
|
|
36
|
+
- \[2]: WebGPU support is not available on Linux arm64 yet in the pre-built binaries.
|
|
37
37
|
- \[3]: CUDA v12. See [CUDA EP Installation](#cuda-ep-installation) for details.
|
|
38
38
|
|
|
39
39
|
To use on platforms without pre-built binaries, you can build Node.js binding from source and consume it by `npm install <onnxruntime_repo_root>/js/node/`. See also [instructions](https://onnxruntime.ai/docs/build/inferencing.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally.
|
package/__commit.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
03b22ffc42e740d08ea7873ebbe0f135190469bc
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "1.23.0-dev.
|
|
1
|
+
export declare const version = "1.23.0-dev.20250602-03b22ffc42";
|
package/dist/version.js
CHANGED
|
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.version = void 0;
|
|
6
6
|
// This file is generated by /js/scripts/update-version.ts
|
|
7
7
|
// Do not modify file content manually.
|
|
8
|
-
exports.version = '1.23.0-dev.
|
|
8
|
+
exports.version = '1.23.0-dev.20250602-03b22ffc42';
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/lib/version.ts
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
module.exports = {
|
|
8
8
|
nuget: [
|
|
9
|
-
{ feed: 'nuget_nightly', version: '1.23.0-dev-
|
|
9
|
+
{ feed: 'nuget_nightly', version: '1.23.0-dev-20250602-2103-03b22ffc42' },
|
|
10
10
|
{ feed: 'nuget_nightly', version: '1.23.0-dev-20250429-1449-a9a3ad2e0c' },
|
|
11
11
|
],
|
|
12
12
|
};
|
|
@@ -20,15 +20,15 @@ const metadata = {
|
|
|
20
20
|
'linux/x64:cuda12': {
|
|
21
21
|
'./libonnxruntime_providers_cuda.so': {
|
|
22
22
|
package: 'nuget:linux/x64:cuda12',
|
|
23
|
-
path: 'runtimes/
|
|
23
|
+
path: 'runtimes/linux-x64/native/libonnxruntime_providers_cuda.so',
|
|
24
24
|
},
|
|
25
25
|
'./libonnxruntime_providers_shared.so': {
|
|
26
26
|
package: 'nuget:linux/x64:cuda12',
|
|
27
|
-
path: 'runtimes/
|
|
27
|
+
path: 'runtimes/linux-x64/native/libonnxruntime_providers_shared.so',
|
|
28
28
|
},
|
|
29
29
|
'./libonnxruntime_providers_tensorrt.so': {
|
|
30
30
|
package: 'nuget:linux/x64:cuda12',
|
|
31
|
-
path: 'runtimes/
|
|
31
|
+
path: 'runtimes/linux-x64/native/libonnxruntime_providers_tensorrt.so',
|
|
32
32
|
},
|
|
33
33
|
},
|
|
34
34
|
},
|