forked from extern/whisper.cpp
Update README.md
This commit is contained in:
parent
9ccafa8792
commit
a6c786d5dc
@ -4,7 +4,11 @@ A very basic tool for benchmarking the inference performance on your device. The
|
||||
|
||||
Benchmark results are tracked in the following Github issue: https://github.com/ggerganov/whisper.cpp/issues/89
|
||||
|
||||
```
|
||||
```bash
|
||||
# build the bench tool
|
||||
$ make bench
|
||||
|
||||
# run it on the small.en model using 4 threads
|
||||
$ ./bench -m ./models/ggml-small.en.bin -t 4
|
||||
|
||||
whisper_model_load: loading model from './models/ggml-small.en.bin'
|
||||
|
Loading…
Reference in New Issue
Block a user