ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
32.87k stars 3.28k forks source link

missing a function that returns version information #1985

Open zhouwg opened 3 months ago

zhouwg commented 3 months ago

@ggerganov,

I'm sorry to interrupt to you. it seems that there is a lack of a function returns version information.

please reference this commit:

https://github.com/zhouwg/kantv/commit/f2cf0a96aa9ba2b7066e44ba32487d17655854df

or

please reference Mozilla's DeepSpeech:

https://github.com/cdeos/DeepSpeech/blob/kantv/native_client/deepspeech.h#L373

FYI and thanks for your time.

WilliamTambellini commented 2 months ago

We would also appreciate such a function, tks @zhouwg