mirror of
https://github.com/Mintplex-Labs/whisper.cpp.git
synced 2026-07-21 00:15:24 -04:00
671b4bde6c
* The "main" example now allows a response-file as the sole parameter. A response-file is a text file with command-line parameters, one per line. Prefix the name of the response-file with "@" to identify it as such. It's used under MS Windows to work around command-line length limits. It may be useful under other platforms to simplify character-escaping. * minor : style --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>