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

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
@@ -13,8 +13,8 @@ Pre-built ONNX Runtime libraries for Unity.
13
13
  ## Tested environment
14
14
 
15
15
  - Unity: 2022.3.16f1 (LTS)
16
- - ONNX Runtime: 1.16.3
17
- - ONNX Runtime Extensions: 0.9.0
16
+ - ONNX Runtime: [1.17.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.0)
17
+ - ONNX Runtime Extensions: [0.9.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.9.0)
18
18
 
19
19
  ### Execution Providers & Extensions
20
20
 
@@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
60
60
  }
61
61
  ]
62
62
  "dependencies": {
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",
63
+ "com.github.asus4.onnxruntime": "0.1.12",
64
+ "com.github.asus4.onnxruntime.unity": "0.1.12",
65
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12",
66
+ "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12",
67
+ "com.github.asus4.onnxruntime-extensions": "0.1.12",
68
68
  ... other dependencies
69
69
  }
70
70
  ```
@@ -77,4 +77,4 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
77
77
  - `com.github.asus4.onnxruntime.unity` : (Optional) Utilities for Unity
78
78
  - `com.github.asus4.onnxruntime.win-x64-gpu` : (Optional) GPU provider for Windows
79
79
  - `com.github.asus4.onnxruntime.linux-x64-gpu` : (Optional) GPU provider for Linux
80
- - `com.github.asus4.onnxruntime.extensions` : (Optional) ONNX Runtime Extensions
80
+ - `com.github.asus4.onnxruntime-extensions` : (Optional) ONNX Runtime Extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime.win-x64-gpu",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
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.10"
13
+ "com.github.asus4.onnxruntime": "0.1.12"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",