Spaces:
Running
Running
readme : update the Quick Start section (#2475)
Browse files
README.md
CHANGED
|
@@ -72,6 +72,12 @@ First clone the repository:
|
|
| 72 |
git clone https://github.com/ggerganov/whisper.cpp.git
|
| 73 |
```
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
Then, download one of the Whisper [models](models/README.md) converted in [`ggml` format](#ggml-format). For example:
|
| 76 |
|
| 77 |
```bash
|
|
|
|
| 72 |
git clone https://github.com/ggerganov/whisper.cpp.git
|
| 73 |
```
|
| 74 |
|
| 75 |
+
Navigate into the directory:
|
| 76 |
+
|
| 77 |
+
```
|
| 78 |
+
cd whisper.cpp
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
Then, download one of the Whisper [models](models/README.md) converted in [`ggml` format](#ggml-format). For example:
|
| 82 |
|
| 83 |
```bash
|