ggerganov / whisper.cpp

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

node : fix compilation #2115

Closed pprobst closed 6 months ago

pprobst commented 6 months ago

This PR fixes the addon.node compilation and updates index.js, along with the README, to conform with: https://github.com/ggerganov/whisper.cpp/blob/8fac6455ffeb0a0950a84e790ddb74f7290d33c4/examples/CMakeLists.txt#L81 See issues #2085, #2091.

valVk commented 6 months ago

Hi. Try to update this line and I believe all checks became green.

https://github.com/ggerganov/whisper.cpp/blob/master/.github/workflows/examples.yml#L40