Spaces:
Running
Running
Sam
commited on
readme : make the quick start instructions clearer. (#716)
Browse filesUsers 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
CHANGED
|
@@ -58,7 +58,9 @@ the Accelerate framework utilizes the special-purpose AMX coprocessor available
|
|
| 58 |
|
| 59 |
## Quick start
|
| 60 |
|
| 61 |
-
First
|
|
|
|
|
|
|
| 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
|