Update onnxruntime from v1.18.0 to v1.18.1 (#1107)

This commit is contained in:
Fangjun Kuang
2024-07-11 09:35:28 +08:00
committed by GitHub
parent 5a2603ff5c
commit 1c104ea847
35 changed files with 179 additions and 188 deletions

View File

@@ -56,7 +56,7 @@ def process_linux(s, rid):
def process_macos(s, rid):
libs = [
"libonnxruntime.1.18.0.dylib",
"libonnxruntime.1.18.1.dylib",
"libsherpa-onnx-c-api.dylib",
]
prefix = f"{src_dir}/macos-{rid}/"