[Auto-generated] Submodule Updates 28524007703#124
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 83077c9da1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1 +1 @@ | |||
| Subproject commit 13c22321d1ac758ce68a429c23104e234b440769 | |||
| Subproject commit 6fc7c33b4c3a2cec83e4b65abd5e96a890480375 | |||
There was a problem hiding this comment.
Update build paths for the new whisper.cpp layout
At this 6fc7c33 gitlink, upstream whisper.cpp no longer has the old root-level whisper.h/whisper.cpp/ggml.c layout and no longer declares the whisper_pcm_to_mel_phase_vocoder* APIs, but this repo still expects both: extern/whispercpp.BUILD exports those root files and src/whispercpp/context.cc still calls the phase-vocoder functions. Any workflow that consumes the checked-out submodule rather than the separately pinned Bazel repository will fail to compile after git submodule update; the build file/include paths and wrapper calls need to be updated together with this submodule bump.
Useful? React with 👍 / 👎.
[Auto-generated] Submodule Updates 28524007703