Skip to content

Commit

Permalink
Update to ORT 1.19.2. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Sep 9, 2024
2 parents 6493bb5 + 5f84804 commit bbc428e
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 @@ -98,9 +98,9 @@ if let pod_archive_path = ProcessInfo.processInfo.environment["ORT_POD_LOCAL_PAT
// ORT release
package.targets.append(
Target.binaryTarget(name: "onnxruntime",
url: "https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.19.0.zip",
url: "https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.19.2.zip",
// SHA256 checksum
checksum: "d1e052ad20a323b74d1ea233e6ee6b5a58789c7025778861cdc7a08cb6b3181a")
checksum: "28787ee2f966a2c47eb293322c733c5dc4b5e3327cec321c1fe31a7c698edf68")
)
}

Expand Down

0 comments on commit bbc428e

Please sign in to comment.