Skip to content

Commit

Permalink
readme : clarify main and stream usage (ggerganov#391)
Browse files Browse the repository at this point in the history
Give an example of ./main that uses a sample file that's already there, and make the stream example clarify you need `make stream`
  • Loading branch information
ianb authored Jan 8, 2023
1 parent 8d7b29c commit 5e9f335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Now build the [main](examples/main) example and transcribe an audio file like th
make

# transcribe an audio file
./main -f input.wav
./main -f samples/jfk.wav
```

---
Expand Down Expand Up @@ -307,6 +307,7 @@ The [stream](examples/stream) tool samples the audio every half a second and run
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
```java
make stream
./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
```
Expand Down

0 comments on commit 5e9f335

Please sign in to comment.