com.github.asus4.onnxruntime.win-x64-gpu 0.1.14 → 0.2.1

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
@@ -18,9 +18,9 @@ NanoSAM
18
18
 
19
19
  ## Tested environment
20
20
 
21
- - Unity: 2022.3.19f1 (LTS)
22
- - ONNX Runtime: [1.17.1](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.1)
23
- - ONNX Runtime Extensions: [0.10.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.10.0)
21
+ - Unity: 2022.3.20f1 (LTS)
22
+ - ONNX Runtime: [1.19.2](https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2)
23
+ - ONNX Runtime Extensions: [0.12.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.12.0)
24
24
 
25
25
  ### Execution Providers & Extensions
26
26
 
@@ -66,11 +66,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
66
66
  }
67
67
  ]
68
68
  "dependencies": {
69
- "com.github.asus4.onnxruntime": "0.1.14",
70
- "com.github.asus4.onnxruntime.unity": "0.1.14",
71
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.14",
72
- "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.14",
73
- "com.github.asus4.onnxruntime-extensions": "0.1.14",
69
+ "com.github.asus4.onnxruntime": "0.2.1",
70
+ "com.github.asus4.onnxruntime.unity": "0.2.1",
71
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.2.1",
72
+ "com.github.asus4.onnxruntime.linux-x64-gpu": "0.2.1",
73
+ "com.github.asus4.onnxruntime-extensions": "0.2.1",
74
74
  ... other dependencies
75
75
  }
76
76
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime.win-x64-gpu",
3
- "version": "0.1.14",
3
+ "version": "0.2.1",
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.14"
13
+ "com.github.asus4.onnxruntime": "0.2.1"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",