This commit is contained in:
Yoong Hor Meng 2026-04-20 16:37:36 +00:00 committed by GitHub
commit 9fc6a26b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,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
```
---