From 38cc92ec43315abd5136313225e95acc5986876c Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Sat, 29 Apr 2023 12:24:21 +0000 Subject: [PATCH] Add Core ML conversion (#10) - Add Core ML conversion (da7a025bb8bec96ea621071459891f8510e087ee) --- .../Data/com.apple.CoreML/model.mlmodel | 3 +++ .../Data/com.apple.CoreML/weights/weight.bin | 3 +++ .../float32_model.mlpackage/Manifest.json | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel create mode 100644 coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin create mode 100644 coreml/text-generation/float32_model.mlpackage/Manifest.json diff --git a/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel b/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel new file mode 100644 index 0000000..9588963 --- /dev/null +++ b/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19fa891e34f314c61a5d7262a61ae187664b5ef5e8113a9b32962c792676d2f +size 1240147 diff --git a/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin b/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin new file mode 100644 index 0000000..614888c --- /dev/null +++ b/coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5eff8ff72219ddda6f919aa8623afa6cb2a96e732bf2e604c93e1e14b8df00 +size 484212356 diff --git a/coreml/text-generation/float32_model.mlpackage/Manifest.json b/coreml/text-generation/float32_model.mlpackage/Manifest.json new file mode 100644 index 0000000..1736ade --- /dev/null +++ b/coreml/text-generation/float32_model.mlpackage/Manifest.json @@ -0,0 +1,18 @@ +{ + "fileFormatVersion": "1.0.0", + "itemInfoEntries": { + "7E122326-3AF0-4ED0-9356-53237403FF17": { + "author": "com.apple.CoreML", + "description": "CoreML Model Specification", + "name": "model.mlmodel", + "path": "com.apple.CoreML/model.mlmodel" + }, + "A1FAC8DB-7C40-4725-969C-A2491FFF24E2": { + "author": "com.apple.CoreML", + "description": "CoreML Model Weights", + "name": "weights", + "path": "com.apple.CoreML/weights" + } + }, + "rootModelIdentifier": "7E122326-3AF0-4ED0-9356-53237403FF17" +}