Update to onnxruntime 1.16.3 (#446)

This commit is contained in:
Fangjun Kuang
2023-11-24 14:39:03 +08:00
committed by GitHub
parent 2a91524dbf
commit 8444d54c4e
26 changed files with 141 additions and 141 deletions

View File

@@ -5,7 +5,7 @@ set -e
dir=build-ios
mkdir -p $dir
cd $dir
onnxruntime_version=1.16.2
onnxruntime_version=1.16.3
if [ ! -f ios-onnxruntime/$onnxruntime_version/onnxruntime.xcframework/ios-arm64/onnxruntime.a ]; then
if [ ! -d ios-onnxruntime ]; then