Skip to content

Commit

Permalink
add coreml build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
litongmacos committed May 4, 2024
1 parent e4f729a commit c328c96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ cmake -B cmake-build-release
cp ./ggml-metal.metal cmake-build-release
cmake --build cmake-build-release --config Release -- -j 12
```
macos
```shell
cmake -B cmake-build-release -DWHISPER_COREML=1
```

run with simplest
```
Expand Down

0 comments on commit c328c96

Please sign in to comment.