Spaces:
Running
Running
whisper.objc : fix typo in README.md [no ci] (#2985)
Browse filesThis commit fixes a typo in the README.md file of the whisper.objc
example.
Resolves: https://github.com/ggerganov/whisper.cpp/issues/2984
examples/whisper.objc/README.md
CHANGED
|
@@ -13,7 +13,7 @@ https://user-images.githubusercontent.com/1991296/204126266-ce4177c6-6eca-4bd9-b
|
|
| 13 |
|
| 14 |
This example uses the whisper.xcframework which needs to be built first using the following command:
|
| 15 |
```bash
|
| 16 |
-
./
|
| 17 |
```
|
| 18 |
|
| 19 |
A model is also required to be downloaded and can be done using the following command:
|
|
|
|
| 13 |
|
| 14 |
This example uses the whisper.xcframework which needs to be built first using the following command:
|
| 15 |
```bash
|
| 16 |
+
./build-xcframework.sh
|
| 17 |
```
|
| 18 |
|
| 19 |
A model is also required to be downloaded and can be done using the following command:
|