command : fix build + fix README + add bold printing

This commit is contained in:
Georgi Gerganov
2022-11-25 19:53:50 +02:00
parent bc88eb13c6
commit 0be27bbd92
2 changed files with 9 additions and 9 deletions

View File

@ -3,12 +3,12 @@
This is a basic Voice Assistant example that accepts voice commands from the microphone.
More info is available in [issue #171](https://github.com/ggerganov/whisper.cpp/issues/171).
```java
```bash
# Run with default arguments and small model
./command -m ./models/ggml-small.en.bin -t 8
# On Raspberry Pi, use tiny or base models + "-ac 768" for better performance
./bin/command -m ../models/ggml-tiny.en.bin -ac 768
./command -m ./models/ggml-tiny.en.bin -ac 768 -t 4 -c 0
```
## Building