Is it possible to get more frequent integration of whisper.cpp commits?
Currently, whisper.spm only seems to be receiving versioned updates from whisper.cpp, but whisper.cpp frequently gets commits that would benefit us immediately, and it can take a while before they are brought over to whisper.spm.
We are also commit-locked to whisper.spm, not version-locked (because of the unsafe build flags issue), so there'd be little problem from our perspective with updating to specified commits or using a "bleeding edge" version of whisper.cpp.
Is it possible to get more frequent integration of
whisper.cpp
commits?Currently,
whisper.spm
only seems to be receiving versioned updates fromwhisper.cpp
, butwhisper.cpp
frequently gets commits that would benefit us immediately, and it can take a while before they are brought over towhisper.spm
.We are also commit-locked to
whisper.spm
, not version-locked (because of the unsafe build flags issue), so there'd be little problem from our perspective with updating to specified commits or using a "bleeding edge" version ofwhisper.cpp
.Thanks!