mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-21 16:40:51 +02:00
whisper.objc : fix typo in README.md [no ci] (#2985)
This commit fixes a typo in the README.md file of the whisper.objc example. Resolves: https://github.com/ggerganov/whisper.cpp/issues/2984
This commit is contained in:
parent
11688b262f
commit
b358de2458
@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/1991296/204126266-ce4177c6-6eca-4bd9-b
|
|||||||
|
|
||||||
This example uses the whisper.xcframework which needs to be built first using the following command:
|
This example uses the whisper.xcframework which needs to be built first using the following command:
|
||||||
```bash
|
```bash
|
||||||
./build_xcframework.sh
|
./build-xcframework.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
A model is also required to be downloaded and can be done using the following command:
|
A model is also required to be downloaded and can be done using the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user