Skip to content

Commit 3ad9326

Browse files
authored
readme : make the quick start instructions clearer. (ggml-org#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.
1 parent 4ba2e6b commit 3ad9326

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
5858

5959
## Quick start
6060

61-
First, download one of the Whisper models converted in [ggml format](models). For example:
61+
First clone the repository.
62+
63+
Then, download one of the Whisper models converted in [ggml format](models). For example:
6264

6365
```bash
6466
bash ./models/download-ggml-model.sh base.en

0 commit comments

Comments
 (0)