whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 748 whisper.cpp issues
Sort by recently updated
recently updated
newest added

Hey, We've recently released two Distil-Whisper checkpoints: - Large-v2-32-2 which is a 32-encoder layer, 2-decoder layer distilled large-v2 checkpoint - Medium-24-2.en which is a 24-encoder layer, 2-decoder layer distilled medium.en...

high priority

![Screenshot from 2024-03-29 14-03-08](https://github.com/ggerganov/whisper.cpp/assets/50761761/ef878d68-24b9-46f4-a84c-762f210a4cd6) Hello, I am seeing his error when I run app can anyone suggest solution this ?

Is it possible to convert text (dialogue) by roles? User 1, user 2. To make it clear who is saying what?

I did a very rough comparison of https://github.com/guillaumekln/faster-whisper and whisper.cpp, turns out faster-whisper is faster than whisper.cpp in CPU. For eg. It takes faster-whisper 14seconds with the `small.en`, whereas with...

Main intentions of this PR reduce amount of output information when we are trying to use addon for nodejs New output for addon.node ![image](https://github.com/ggerganov/whisper.cpp/assets/1130626/5123d4e1-d4de-4687-940d-3830183b5d81) Old one ![image](https://github.com/ggerganov/whisper.cpp/assets/1130626/056fc3e8-6033-4730-a3ea-120c30e4154d)

Hello. Can I use whisper.cpp as punctuator? For example, this project uses original Whisper for this task: https://github.com/jumon/whisper-punctuator

I use the examples/command app. If if define the comand.txt in Chinese, e.g ``` 打开 关闭 ``` In the guild mode, it will core dump. The output. ``` process_command_list: allowed...

question

Excuse the question, I'm trying for several days now and I'm really inexperienced with the makefile scripts. I know that the compilation should work (as seen with the User FlippFuzz...

I am trying to run whisper.cpp on an Nvidia Jetson Orin Nano module, on which I have CUDA 11.4 installed. When I try to compile by running ``` make clean...

Thanks to all involved for great progress in all areas! This project is helping us tremendously. I am testing new GPU support on LINUX Ubuntu machine with 4090 installed and...