Eduardo Silva

Results 5 comments of Eduardo Silva

@manumaticx yes, like this! Awesome!!

Probably because you using the old version of Parse.framework. https://parse.com/questions/when-is-the-64bit-ios-version-coming-out

Here worked fine after download the tiny model from Hugging Face. https://huggingface.co/ggerganov/whisper.cpp/blob/main/ggml-tiny.bin

Same issue here! @billdizl did you find a solution?

Add a month in months with 31 days too have problem when use the `moment().startOf("M")`. `(moment().startOf("M") + 1.months).format("dd/MM/YYYY")` return 31/12/2017 when the correct is 01/01/2018. Maybe, this problem cause de...