From: faker Date: Sun, 25 Jun 2023 10:52:29 +0000 (+0800) Subject: main : exit gracefully when invalid params are passed X-Git-Tag: upstream/1.7.4~1413 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=26b70395fff21caacd4f4c6a345416a10c6b810d;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp main : exit gracefully when invalid params are passed * Refactor whisper_params_parse to return false on failure * Updated help flag behavior ---