]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper.objc : fix typo in README.md [no ci] (#2985)
authorDaniel Bevenius <redacted>
Wed, 2 Apr 2025 06:26:57 +0000 (08:26 +0200)
committerGitHub <redacted>
Wed, 2 Apr 2025 06:26:57 +0000 (08:26 +0200)
This 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

index 3fc7ad7dd29dc6127818864e57ddead51d3ff9b9..609b9603d7c5b5cbfb900f143e53d43a2f1cc874 100644 (file)
@@ -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:
 ```bash
-./build_xcframework.sh
+./build-xcframework.sh
 ```
 
 A model is also required to be downloaded and can be done using the following command: