File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ import PackageDescription
11
11
12
12
let url = " https://ossci-ios.s3.amazonaws.com/executorch "
13
13
let version = " 0.1.0 "
14
- let coreml_sha256 = " 786c6d621e402777fc254ee403558539585595afdecbf8df743ca4e298adebf1 "
15
- let executorch_sha256 = " 2ce568bd2704a5a7d7a0d4d6ed7df9e291f741b17f48767f0b3bc2a40ce797a8 "
16
- let mps_sha256 = " 7b5a7805346caa5899c614573cf0ce715e2552db8f42c8af6b353f7ebb73bdbe "
17
- let portable_sha256 = " 52b7e86f02bf72eeaa3295b0612880376d5814cbe34898c805225ceef1d7bc6e "
18
- let xnnpack_sha256 = " 3fd6e4e1d9687eb25e2638bb3dfbc429b736cbf47e7ed769f1dbec62254e4cdd "
14
+ let coreml_sha256 = " 1f0432ee5782eab259ce9e3007415006be152c27ce530c1ef8a79bca940c6a32 "
15
+ let executorch_sha256 = " bf1ea573338bd30e90433bfb93db5d713aa7ecc351579ee7432f57fec329441b "
16
+ let mps_sha256 = " df851be40444509f622ed155b787073aaba7643669eda36b6b3eb902e29b43a6 "
17
+ let portable_sha256 = " f183c5934491047b04130304466357959ae65e99b0b482a8a3372676ef817777 "
18
+ let quantized_sha256 = " bf79625d32161ac1892e172ec69e83a94b60ea400c8fa32bf4c4e85c7d338e8a "
19
+ let xnnpack_sha256 = " 85ab60d6a29fcebaf7aac1eb775ef96c1d87d1fa104458d0efdc681b7ea6b558 "
19
20
20
21
struct Framework {
21
22
let name : String
@@ -72,6 +73,10 @@ let frameworks = [
72
73
name: " portable_backend " ,
73
74
checksum: portable_sha256
74
75
) ,
76
+ Framework (
77
+ name: " quantized_backend " ,
78
+ checksum: quantized_sha256
79
+ ) ,
75
80
Framework (
76
81
name: " xnnpack_backend " ,
77
82
checksum: xnnpack_sha256
You can’t perform that action at this time.
0 commit comments