Sam commited on
Commit
d45012a
·
unverified ·
1 Parent(s): 05bed31

readme : make the quick start instructions clearer. (#716)

Browse files

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.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -58,7 +58,9 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
58
 
59
  ## Quick start
60
 
61
- First, download one of the Whisper models converted in [ggml format](models). For example:
 
 
62
 
63
  ```bash
64
  bash ./models/download-ggml-model.sh base.en
 
58
 
59
  ## Quick start
60
 
61
+ First clone the repository.
62
+
63
+ Then, download one of the Whisper models converted in [ggml format](models). For example:
64
 
65
  ```bash
66
  bash ./models/download-ggml-model.sh base.en