com.github.asus4.onnxruntime.win-x64-gpu 0.1.9 → 0.1.11
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 +9 -7
- package/README.md.meta +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ONNX Runtime Plugin for Unity
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/com.github.asus4.onnxruntime)
|
|
4
4
|
|
|
5
5
|
Pre-built ONNX Runtime libraries for Unity.
|
|
6
6
|
|
|
@@ -14,6 +14,7 @@ Pre-built ONNX Runtime libraries for Unity.
|
|
|
14
14
|
|
|
15
15
|
- Unity: 2022.3.16f1 (LTS)
|
|
16
16
|
- ONNX Runtime: 1.16.3
|
|
17
|
+
- ONNX Runtime Extensions: 0.9.0
|
|
17
18
|
|
|
18
19
|
### Execution Providers & Extensions
|
|
19
20
|
|
|
@@ -31,7 +32,7 @@ Execution Providers are hardware acceleration libraries for each platform. See [
|
|
|
31
32
|
|
|
32
33
|
#### [ONNX Runtime Extensions](https://github.com/microsoft/onnxruntime-extensions)
|
|
33
34
|
|
|
34
|
-
ONNX Runtime Extensions are a set of pre/post
|
|
35
|
+
ONNX Runtime Extensions are a set of pre/post-processing.
|
|
35
36
|
|
|
36
37
|
| Platform | Extensions |
|
|
37
38
|
| --- | --- |
|
|
@@ -59,10 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
|
|
|
59
60
|
}
|
|
60
61
|
]
|
|
61
62
|
"dependencies": {
|
|
62
|
-
"com.github.asus4.onnxruntime": "0.1.
|
|
63
|
-
"com.github.asus4.onnxruntime.unity": "0.1.
|
|
64
|
-
"com.github.asus4.onnxruntime.win-x64-gpu": "0.1.
|
|
65
|
-
"com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.
|
|
63
|
+
"com.github.asus4.onnxruntime": "0.1.11",
|
|
64
|
+
"com.github.asus4.onnxruntime.unity": "0.1.11",
|
|
65
|
+
"com.github.asus4.onnxruntime.win-x64-gpu": "0.1.11",
|
|
66
|
+
"com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.11",
|
|
67
|
+
"com.github.asus4.onnxruntime-extensions": "0.1.11",
|
|
66
68
|
... other dependencies
|
|
67
69
|
}
|
|
68
70
|
```
|
|
@@ -75,4 +77,4 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
|
|
|
75
77
|
- `com.github.asus4.onnxruntime.unity` : (Optional) Utilities for Unity
|
|
76
78
|
- `com.github.asus4.onnxruntime.win-x64-gpu` : (Optional) GPU provider for Windows
|
|
77
79
|
- `com.github.asus4.onnxruntime.linux-x64-gpu` : (Optional) GPU provider for Linux
|
|
78
|
-
- `com.github.asus4.onnxruntime
|
|
80
|
+
- `com.github.asus4.onnxruntime-extensions` : (Optional) ONNX Runtime Extensions
|
package/README.md.meta
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.github.asus4.onnxruntime.win-x64-gpu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"displayName": "ONNX Runtime - Windows x64 GPU",
|
|
5
5
|
"description": "ONNX Runtime for Unity - Windows x64 GPU Provider",
|
|
6
6
|
"keywords": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"unity": "2022.3",
|
|
11
11
|
"unityRelease": "0f1",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"com.github.asus4.onnxruntime": "0.1.
|
|
13
|
+
"com.github.asus4.onnxruntime": "0.1.11"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|