]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : make the quick start instructions clearer. (#716)
authorSam <redacted>
Fri, 14 Apr 2023 16:33:06 +0000 (16:33 +0000)
committerGitHub <redacted>
Fri, 14 Apr 2023 16:33:06 +0000 (19:33 +0300)
Users wanting to make use of this implementation of the whisper model with no prior knowledge of C/C++ may download the Whisper model but fail to use of the "make" command as specified given that they forgot or didn't know they needed to clone the repository first. Hope this modification clears things up.

README.md

index 708031e571b178ac96b7726b5003cbb83709efa9..bf6f290fefac283829e8750f8ff1f52e1437fdf0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,9 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
 
 ## Quick start
 
-First, download one of the Whisper models converted in [ggml format](models). For example:
+First clone the repository.
+
+Then, download one of the Whisper models converted in [ggml format](models). For example:
 
 ```bash
 bash ./models/download-ggml-model.sh base.en