You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** Pay attention to the folder path: `whisper.swiftui.demo/Resources/models` is the appropriate directory to place resources whilst `whisper.swiftui.demo/Models` is related to actual code.
35
35
36
36
### Core ML support
37
-
1. Follow all the steps in the `Usage` section, including adding the ggml model file.
37
+
1. Follow all the steps in the `Usage` section, including adding the ggml model file.
38
+
The ggml model file is required as the Core ML model is only used for the encoder. The
39
+
decoder which is in the ggml model is still required.
38
40
2. Follow the [`Core ML support` section of readme](../../README.md#core-ml-support) to convert the
39
41
model.
40
42
3. Add the Core ML model (`models/ggml-base.en-encoder.mlmodelc/`) to `whisper.swiftui.demo/Resources/models`**via Xcode**.
0 commit comments