com.github.asus4.onnxruntime 0.2.6 → 0.2.7
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ NanoSAM
|
|
|
19
19
|
## Tested environment
|
|
20
20
|
|
|
21
21
|
- Unity: 2022.3.20f1 (LTS)
|
|
22
|
-
- ONNX Runtime: [1.
|
|
22
|
+
- ONNX Runtime: [1.20.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0)
|
|
23
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
|
|
@@ -66,10 +66,10 @@ 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.2.
|
|
70
|
-
"com.github.asus4.onnxruntime.unity": "0.2.
|
|
71
|
-
"com.github.asus4.onnxruntime.win-x64-gpu": "0.2.
|
|
72
|
-
"com.github.asus4.onnxruntime-extensions": "0.2.
|
|
69
|
+
"com.github.asus4.onnxruntime": "0.2.7",
|
|
70
|
+
"com.github.asus4.onnxruntime.unity": "0.2.7",
|
|
71
|
+
"com.github.asus4.onnxruntime.win-x64-gpu": "0.2.7",
|
|
72
|
+
"com.github.asus4.onnxruntime-extensions": "0.2.7",
|
|
73
73
|
... other dependencies
|
|
74
74
|
}
|
|
75
75
|
```
|