-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(ios): initial CoreML support * feat(ios): add WHISPER_COREML_ALLOW_FALLBACK * docs(readme): coreml section * feat(ios): download ggml model on bootstrap for testing * feat(example): set var bool to choose download or load local model * feat(android): cp model to assets/ * docs(readme): add platform requirements of coreml * chore(ci): skip download ggml model * fix(example): update create dir & comments * fix(example): default to USE_DOWNLOAD_MODEL * feat(ios): use patch to fix build issue * docs(example): update contributing guide * docs(readme): update coreml section
- Loading branch information
Showing
12 changed files
with
415 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.mlmodelc | ||
**/assets/*.bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.