From d5c3824d7e10b195b6a92e3f0c016c7f821412ed Mon Sep 17 00:00:00 2001 From: Danil Salakheev Date: Wed, 19 Nov 2025 19:37:58 +0000 Subject: [PATCH] Update ONNX Runtime to 1.23.0 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index eefc171..a87c5d0 100644 --- a/Package.swift +++ b/Package.swift @@ -98,9 +98,9 @@ if let pod_archive_path = ProcessInfo.processInfo.environment["ORT_POD_LOCAL_PAT // ORT release package.targets.append( Target.binaryTarget(name: "onnxruntime", - url: "https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.20.0.zip", + url: "https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.23.0.zip", // SHA256 checksum - checksum: "50891a8aadd17d4811acb05ed151ba6c394129bb3ab14e843b0fc83a48d450ff") + checksum: "756a78e0168f29840bc614b43aeb03e63673f44022e0221d21698a2c8ed747ef") ) }