Skip to content

Commit

Permalink
Updated ONNX Runtime to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 17, 2024
1 parent 2e8938e commit 77c46dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2 (unreleased)

- Updated ONNX Runtime to 1.19.0

## 0.9.1 (2024-05-22)

- Updated ONNX Runtime to 1.18.0
Expand Down
12 changes: 6 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task :release_platform do
end

def version
"1.18.0"
"1.19.0"
end

def download_official(library, remote_lib, file, sha256)
Expand Down Expand Up @@ -79,17 +79,17 @@ end
# https://github.com/microsoft/onnxruntime/releases
namespace :vendor do
task :linux do
download_official("libonnxruntime.so", "libonnxruntime.so.#{version}", "onnxruntime-linux-x64-#{version}.tgz", "fa4d11b3fa1b2bf1c3b2efa8f958634bc34edc95e351ac2a0408c6ad5c5504f0")
download_official("libonnxruntime.arm64.so", "libonnxruntime.so.#{version}", "onnxruntime-linux-aarch64-#{version}.tgz", "c278ca7ce725d2b26cf1ec62c93affaec4145a9a3d7721fb5d1af5497136ca76")
download_official("libonnxruntime.so", "libonnxruntime.so.#{version}", "onnxruntime-linux-x64-#{version}.tgz", "8627cae49b51544ed15bb70c8ecf25b187f22a301c99c1ced5f4f3af5c36b44c")
download_official("libonnxruntime.arm64.so", "libonnxruntime.so.#{version}", "onnxruntime-linux-aarch64-#{version}.tgz", "5e1c92c63086564997e1a99f4e4ca7fad023cc34995d092f90d9cf5131629a00")
end

task :mac do
download_official("libonnxruntime.dylib", "libonnxruntime.#{version}.dylib", "onnxruntime-osx-x86_64-#{version}.tgz", "3af96893675b295e5e0eb886f470de585089f92f9950158d042fbc02b44ed101")
download_official("libonnxruntime.arm64.dylib", "libonnxruntime.#{version}.dylib", "onnxruntime-osx-arm64-#{version}.tgz", "c5ff520d2913e3360670979ca4fe43717fc3aa0c0c367a75fbb6f2f15c0cb48d")
download_official("libonnxruntime.dylib", "libonnxruntime.#{version}.dylib", "onnxruntime-osx-x86_64-#{version}.tgz", "b54621e85068b8bb0bd05977ef896e16e6b78e7cad2976b2f4fb8fe7d6cc0bfd")
download_official("libonnxruntime.arm64.dylib", "libonnxruntime.#{version}.dylib", "onnxruntime-osx-arm64-#{version}.tgz", "b617eb38538fca6b207c16169aa933c530156d2c2d9f878e6fcd8f1269e0ae13")
end

task :windows do
download_official("onnxruntime.dll", "onnxruntime.dll", "onnxruntime-win-x64-#{version}.zip", "a91af21ca8f9bdfa5a1aac3fdd0591384b4e2866d41612925f1758d5522829e7")
download_official("onnxruntime.dll", "onnxruntime.dll", "onnxruntime-win-x64-#{version}.zip", "1d796da7001e4843858d0587aa8232976abf9e0ae7fba8deb7fa8156e440efb7")
end

task all: [:linux, :mac, :windows]
Expand Down
2 changes: 1 addition & 1 deletion vendor/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4820,7 +4820,7 @@ SOFTWARE.

----------------------------------------------------------------------------

This is the MIT/Expat Licence. For more information see:
This is the MIT/Expat License. For more information see:

1. http://www.opensource.org/licenses/mit-license.php

Expand Down

0 comments on commit 77c46dd

Please sign in to comment.