Skip to content

Commit

Permalink
readme : make the quick start instructions clearer. (ggerganov#716)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Onlyartist9 authored and iThalay committed Sep 23, 2024
1 parent 5021a58 commit 396222a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 396222a

Please sign in to comment.