Skip to content

Commit

Permalink
ONNXRuntime 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxbndr committed Dec 18, 2024
1 parent 2df174e commit f5c9554
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.20.0/onnxruntime-1.20.0-xcframework.zip",
checksum: "ea82d0213b45b8d750c96d43082835057508eefdcc85e0afab71a20daf4868be"
url: "https://github.com/readdle/swift-onnxruntime/releases/download/1.20.1/onnxruntime-1.20.1-xcframework.zip",
checksum: "31017531ebb064f1903a73ca5d55597ac49b6ae32360eb2482fb2f435342fdad"
)
#endif

Expand Down

0 comments on commit f5c9554

Please sign in to comment.