argmaxinc / WhisperKit

On-device Speech Recognition for Apple Silicon
https://takeargmax.com/blog/whisperkit
MIT License
3.17k stars 268 forks source link

Early stopping checks for CLI #91

Open ZachNagengast opened 6 months ago

ZachNagengast commented 6 months ago

Similar to the example app, we should bring over the options for early stopping and add CLI arguments for setting them.

https://github.com/argmaxinc/WhisperKit/blob/0f19f7ed484f56889bb383c6bd687018021764d8/Examples/WhisperAX/WhisperAX/Views/ContentView.swift#L1040-L1069

atiorh commented 6 months ago

Indeed, we will aim for parity between the WhisperAX sample app and the CLI before the stable release.