Skip to content

Commit cba3659

Browse files
authored
Update README.md
1 parent 7d86fdb commit cba3659

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ MODEL=large-v2 LANGUAGE=ru docker compose up
1111
```
1212

1313
## Step by step
14-
#### 1. Build CUDA image (single run)
14+
### 1. Build CUDA image (single run)
1515
```
1616
docker compose build --progress=plain
1717
```
1818

19-
#### 2. Download models (single run)
19+
### 2. Download models (single run)
2020
You may want to do it manually in order to see the progress
2121
```
2222
./models/download.sh large-v2
2323
```
24-
This script is a plain copy of [download-ggml-model.sh](https://github.com/ggerganov/whisper.cpp/blob/master/models/download-ggml-model.sh)
24+
This script is a plain copy of [download-ggml-model.sh](https://github.com/ggerganov/whisper.cpp/blob/master/models/download-ggml-model.sh).
2525
You may find additional information and configurations [here](https://github.com/ggerganov/whisper.cpp/tree/master/models)
2626

27-
#### 3. Prepare your files
27+
### 3. Prepare your files
2828
Place all the files in the ```./volume/input/``` directory
2929

30-
#### 4. Run the docker compose
30+
### 4. Run the docker compose
3131
```
3232
docker compose up
3333
```
@@ -42,5 +42,5 @@ LANGUAGE=ru \
4242
| model | base, medium, large, [other options](https://github.com/ggerganov/whisper.cpp/blob/master/models/download-ggml-model.sh#L25) | large-v3
4343
| language | rn, ru, fr, etc. (depends on the model) | ru
4444

45-
#### 5. Result
46-
You can find the result in the ```./volume/output/``` directory
45+
### 5. Result
46+
You can find the result in the ```./volume/output/``` directory

0 commit comments

Comments
 (0)