Skip to content

Commit 43d78af

Browse files
authored
examples : update model names in parakeet-cli README.md [no ci] (#3906)
This commit updates the parakeet model names which are currently missing the 'ggml-' prefix.
1 parent bae6bc0 commit 43d78af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/parakeet-cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example of using the [Parakeet] model in whisper.cpp.
44

55
### Download converted model
66
```console
7-
$ hf download ggml-org/parakeet-GGUF parakeet-tdt-0.6b-v3-f16.bin --local-dir models
7+
$ hf download ggml-org/parakeet-GGUF ggml-parakeet-tdt-0.6b-v3-f16.bin --local-dir models
88
```
99

1010
### Building
@@ -32,7 +32,7 @@ options:
3232

3333
### Example
3434
```console
35-
$ ./build/bin/parakeet-cli -m models/parakeet-tdt-0.6b-v3-f16.bin -f samples/jfk.wav
35+
$ ./build/bin/parakeet-cli -m models/ggml-parakeet-tdt-0.6b-v3-f16.bin -f samples/jfk.wav
3636
Processing audio (176000 samples, 11.00 seconds)
3737
Processing audio: total_frames=1101, chunk_size=1101
3838
parakeet_decode: starting decode with n_frames=138
@@ -41,7 +41,7 @@ And so, my fellow Americans, ask not what your country can do for you, ask what
4141

4242
To print segment information:
4343
```console
44-
$ ./build/bin/parakeet-cli -m models/parakeet-tdt-0.6b-v3-f16.bin -f samples/jfk.wav --print-segments
44+
$ ./build/bin/parakeet-cli -m models/ggml-parakeet-tdt-0.6b-v3-f16.bin -f samples/jfk.wav --print-segments
4545
Processing audio (176000 samples, 11.00 seconds)
4646
Processing audio: total_frames=1101, chunk_size=1101
4747
parakeet_decode: starting decode with n_frames=138

0 commit comments

Comments
 (0)