com.github.asus4.onnxruntime.win-x64-gpu 0.1.9 → 0.1.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # ONNX Runtime Plugin for Unity
2
2
 
3
- [![npm](https://img.shields.io/npm/v/com.github.asus4.onnxruntime?label=npm)](https://www.npmjs.com/package/com.github.asus4.onnxruntime)
3
+ [![upm](https://img.shields.io/npm/v/com.github.asus4.onnxruntime?label=upm)](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 processing.
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.9",
63
- "com.github.asus4.onnxruntime.unity": "0.1.9",
64
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.9",
65
- "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.9",
63
+ "com.github.asus4.onnxruntime": "0.1.10",
64
+ "com.github.asus4.onnxruntime.unity": "0.1.10",
65
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.10",
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.10",
67
+ "com.github.asus4.onnxruntime.extensions": "0.1.10",
66
68
  ... other dependencies
67
69
  }
68
70
  ```
package/README.md.meta ADDED
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 2ac475c0ff88d4f68979b6268824338a
3
+ TextScriptImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime.win-x64-gpu",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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.9"
13
+ "com.github.asus4.onnxruntime": "0.1.10"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",