kittechAI

Results 7 comments of kittechAI

Please help @ggerganov

Thank you very much, you really made my day

@ggerganov . This is not an issue with the ggml models as such. How do I convert an openai/whisper model that I have fine-tuned, to the ggml-format, and if I...

Ok thanks. I wanted to know if there is a way I can make the model transcribe in real-time instead, after it has been successfully converted to ggml format. And...

> @kittechAI You can merge the adapter with the base model to create a new full model, and then convert it to GGML. > > ```python > peft_model_id = "adapter_model"...

> I am experiencing a similar issue. I'm trying to integrate whisper.cpp into a Qt (6.5) GUI application and basically adapt the command example to display recognized speech in a...

> Did you build with CUDA enabled? No. I need to run it on a CPU instead. the computer that I want it to run on does not have GPU...