This commit is contained in:
Yoong Hor Meng 2026-08-15 23:00:57 +08:00 committed by GitHub
commit 13a89bd696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ cmake -B build
cmake --build build -j --config Release
# transcribe an audio file
./build/bin/whisper-cli -f samples/jfk.wav
./build/bin/Release/whisper-cli -f samples/jfk.wav
```
---