Skip to content

Commit

Permalink
ONNXRuntime 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbndr committed Dec 18, 2024
1 parent 680b657 commit 90c0d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ onnxRuntimeBinaryTarget = .binaryTarget(
#else
onnxRuntimeBinaryTarget = .binaryTarget(
name: "ONNXRuntimeBinary",
url: "https://github.com/readdle/swift-onnxruntime/releases/download/1.18.0/onnxruntime-1.18.0-xcframework.zip",
checksum: "bf71242d3fb4810f9bd08166ce124b03dae97c8393a7b6b897fb6277a84a1093"
url: "https://github.com/readdle/swift-onnxruntime/releases/download/1.18.1/onnxruntime-1.18.1-xcframework.zip",
checksum: "aee39e8a29eb956dfc7c8080e957897a4384937293381541bae450416f05d853"
)
#endif

Expand Down

0 comments on commit 90c0d40

Please sign in to comment.