Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
}
]
"dependencies": {
"com.github.asus4.onnxruntime": "0.3.3",
"com.github.asus4.onnxruntime.unity": "0.3.3",
"com.github.asus4.onnxruntime.win-x64-gpu": "0.3.3",
"com.github.asus4.onnxruntime-extensions": "0.3.3",
"com.github.asus4.onnxruntime": "0.3.4",
"com.github.asus4.onnxruntime.unity": "0.3.4",
"com.github.asus4.onnxruntime.win-x64-gpu": "0.3.4",
"com.github.asus4.onnxruntime-extensions": "0.3.4",
... other dependencies
}
```
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 0 additions & 80 deletions com.github.asus4.onnxruntime-extensions/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions com.github.asus4.onnxruntime-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.asus4.onnxruntime-extensions",
"version": "0.3.3",
"version": "0.3.4",
"displayName": "ONNX Runtime Extensions",
"description": "ONNX Runtime Extensions for Unity",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"unity": "2022.3",
"unityRelease": "0f1",
"dependencies": {
"com.github.asus4.onnxruntime": "0.3.3"
"com.github.asus4.onnxruntime": "0.3.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions com.github.asus4.onnxruntime-genai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.asus4.onnxruntime-genai",
"version": "0.3.3",
"version": "0.3.4",
"displayName": "ONNX Runtime GenAI",
"description": "ONNX Runtime Generative AI for Unity",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"unity": "2022.3",
"unityRelease": "0f1",
"dependencies": {
"com.github.asus4.onnxruntime": "0.3.3"
"com.github.asus4.onnxruntime": "0.3.4"
},
"repository": {
"type": "git",
Expand Down
80 changes: 0 additions & 80 deletions com.github.asus4.onnxruntime.linux-x64-gpu/README.md

This file was deleted.

Loading