We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df174e commit f5c9554Copy full SHA for f5c9554
Package.swift
@@ -12,8 +12,8 @@ onnxRuntimeBinaryTarget = .binaryTarget(
12
#else
13
onnxRuntimeBinaryTarget = .binaryTarget(
14
name: "ONNXRuntimeBinary",
15
- url: "https://github.com/readdle/swift-onnxruntime/releases/download/1.20.0/onnxruntime-1.20.0-xcframework.zip",
16
- checksum: "ea82d0213b45b8d750c96d43082835057508eefdcc85e0afab71a20daf4868be"
+ url: "https://github.com/readdle/swift-onnxruntime/releases/download/1.20.1/onnxruntime-1.20.1-xcframework.zip",
+ checksum: "31017531ebb064f1903a73ca5d55597ac49b6ae32360eb2482fb2f435342fdad"
17
)
18
#endif
19
0 commit comments