Skip to content

Commit

Permalink
Version bump to 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 21, 2023
1 parent 30b3656 commit 1c2cdcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.0 (unreleased)
## 0.8.0 (2023-09-20)

- Updated ONNX Runtime to 1.16.0
- Changed inputs and outputs to return symbolic dimension names
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To enable GPU support on Linux and Windows, download the appropriate [GPU releas
OnnxRuntime.ffi_lib = "path/to/lib/libonnxruntime.so" # onnxruntime.dll for Windows
```

and use: [unreleased]
and use:

```ruby
model = OnnxRuntime::Model.new("model.onnx", providers: ["CUDAExecutionProvider"])
Expand Down
2 changes: 1 addition & 1 deletion lib/onnxruntime/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OnnxRuntime
VERSION = "0.7.7"
VERSION = "0.8.0"
end

0 comments on commit 1c2cdcb

Please sign in to comment.