Skip to content

Commit

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

Expand Down

0 comments on commit 2df174e

Please sign in to comment.