Update onnxruntime to v1.16.2 (#421)

This commit is contained in:
Fangjun Kuang
2023-11-12 11:29:33 +08:00
committed by GitHub
parent 68f0e59688
commit 9884cf71e7
24 changed files with 140 additions and 140 deletions

View File

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