mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 19:39:42 +00:00
improve whisper transcribe apt regex
This commit is contained in:
parent
d8c174bcae
commit
9dd6b4c930
2 changed files with 3 additions and 3 deletions
|
@ -3490,7 +3490,7 @@ struct whisper_context_params whisper_context_default_params() {
|
|||
}
|
||||
|
||||
struct whisper_context * whisper_init_from_file_with_params_no_state(const char * path_model, struct whisper_context_params params) {
|
||||
WHISPER_LOG_INFO("%s: loading model from '%s'\n", __func__, path_model);
|
||||
WHISPER_LOG_INFO("\n%s: loading model from '%s'\n", __func__, path_model);
|
||||
#ifdef _MSC_VER
|
||||
// Convert UTF-8 path to wide string (UTF-16) for Windows, resolving character encoding issues.
|
||||
std::wstring_convert<std::codecvt_utf8<wchar_t>> converter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue