From: Sam Date: Fri, 14 Apr 2023 16:33:06 +0000 (+0000) Subject: readme : make the quick start instructions clearer. (#716) X-Git-Tag: upstream/1.7.4~1508 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b73a4638ac42c3896752fa6b884cf868be996c06;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : make the quick start instructions clearer. (#716) 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. --- diff --git a/README.md b/README.md index 708031e5..bf6f290f 100644 --- 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