Skip to content

Commit dc371e5

Browse files
committed
Updated ONNX Runtime to 1.23.0
1 parent 09e16a2 commit dc371e5

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.8 (unreleased)
2+
3+
- Updated ONNX Runtime to 1.23.0
4+
15
## 0.2.7 (2025-05-11)
26

37
- Updated ONNX Runtime to 1.22.0

src/Vendor.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44

55
class Vendor
66
{
7-
public const VERSION = '1.22.0';
7+
public const VERSION = '1.23.0';
88

99
public const PLATFORMS = [
1010
'x86_64-linux' => [
1111
'file' => 'onnxruntime-linux-x64-{{version}}',
12-
'checksum' => '8344d55f93d5bc5021ce342db50f62079daf39aaafb5d311a451846228be49b3',
12+
'checksum' => 'b6deea7f2e22c10c043019f294a0ea4d2a6c0ae52a009c34847640db75ec5580',
1313
'lib' => 'libonnxruntime.so.{{version}}',
1414
'ext' => 'tgz'
1515
],
1616
'aarch64-linux' => [
1717
'file' => 'onnxruntime-linux-aarch64-{{version}}',
18-
'checksum' => 'bb76395092d150b52c7092dc6b8f2fe4d80f0f3bf0416d2f269193e347e24702',
18+
'checksum' => '0b9f47d140411d938e47915824d8daaa424df95a88b5f1fc843172a75168f7a0',
1919
'lib' => 'libonnxruntime.so.{{version}}',
2020
'ext' => 'tgz'
2121
],
2222
'x86_64-darwin' => [
2323
'file' => 'onnxruntime-osx-x86_64-{{version}}',
24-
'checksum' => 'e4ec94a7696de74fb1b12846569aa94e499958af6ffa186022cfde16c9d617f0',
24+
'checksum' => 'a8e43edcaa349cbfc51578a7fc61ea2b88793ccf077b4bc65aca58999d20cf0f',
2525
'lib' => 'libonnxruntime.{{version}}.dylib',
2626
'ext' => 'tgz'
2727
],
2828
'arm64-darwin' => [
2929
'file' => 'onnxruntime-osx-arm64-{{version}}',
30-
'checksum' => 'cab6dcbd77e7ec775390e7b73a8939d45fec3379b017c7cb74f5b204c1a1cc07',
30+
'checksum' => '8182db0ebb5caa21036a3c78178f17fabb98a7916bdab454467c8f4cf34bcfdf',
3131
'lib' => 'libonnxruntime.{{version}}.dylib',
3232
'ext' => 'tgz'
3333
],
3434
'x64-windows' => [
3535
'file' => 'onnxruntime-win-x64-{{version}}',
36-
'checksum' => '174c616efc0271194488642a72f1a514e01487da4dfe84c49296d66e40ebe0da',
36+
'checksum' => '72c23470310ec79a7d42d27fe9d257e6c98540c73fa5a1db1f67f538c6c16f2f',
3737
'lib' => 'onnxruntime.dll',
3838
'ext' => 'zip'
3939
]

0 commit comments

Comments
 (0)