ggerganov commited on
Commit
dee26b8
·
unverified ·
1 Parent(s): f0a2b23

readme : add bench-wts.sh demo

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -433,6 +433,19 @@ https://user-images.githubusercontent.com/1991296/199337538-b7b0c7a3-2753-4a88-a
433
 
434
  ---
435
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  ## Benchmarks
437
 
438
  In order to have an objective comparison of the performance of the inference across different system configurations,
 
433
 
434
  ---
435
 
436
+ ## Video comparison of different models
437
+
438
+ Use the [extra/bench-wts.sh](https://github.com/ggerganov/whisper.cpp/blob/master/extra/bench-wts.sh) script to generate a video in the following format:
439
+
440
+ ```java
441
+ ./extra/bench-wts.sh samples/jfk.wav
442
+ ffplay ./samples/jfk.wav.all.mp4
443
+ ```
444
+
445
+ https://user-images.githubusercontent.com/1991296/223206245-2d36d903-cf8e-4f09-8c3b-eb9f9c39d6fc.mp4
446
+
447
+ ---
448
+
449
  ## Benchmarks
450
 
451
  In order to have an objective comparison of the performance of the inference across different system configurations,