From b73a4638ac42c3896752fa6b884cf868be996c06 Mon Sep 17 00:00:00 2001 From: Sam <49637763+Onlyartist9@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:33:06 +0000 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 708031e571b..bf6f290fefa 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