Skip to content

Commit

Permalink
Fix checksum for prebuilt packages.
Browse files Browse the repository at this point in the history
Summary:
overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: executorch

Differential Revision: D55873055

fbshipit-source-id: c2f53ccd888926f1679957789cb7cdb75ca24f75
  • Loading branch information
shoumikhin authored and facebook-github-bot committed Apr 8, 2024
1 parent 4449f69 commit d3326a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let debug = "_debug"
let deliverables = [
"coreml_backend": [
"sha256": "5bfa35cb5143b4af6840e0e5dd2d40bce93dff331b8eb5798a46274239391a5d",
"sha256" + debug: "1422019da9000f8ff7be597de9e0e3b2482f99cdaa75c2d179835778647be1a6 ",
"sha256" + debug: "1422019da9000f8ff7be597de9e0e3b2482f99cdaa75c2d179835778647be1a6",
"frameworks": [
"Accelerate",
"CoreML",
Expand Down

0 comments on commit d3326a2

Please sign in to comment.