- Dependency:
whisper.cpp - Upstream repository: https://github.com/ggml-org/whisper.cpp
- Vendored path:
third_party/whisper.cpp - Metadata last updated:
2026-03-22
- Upstream project version visible in the vendored tree:
1.8.4Source:third_party/whisper.cpp/CMakeLists.txt - Exact upstream git commit: unavailable in the current vendored snapshot
The imported tree does not include
.gitmetadata, and upstream's owncmake/build-info.cmakefalls back toBUILD_COMMIT "unknown"when the git history is unavailable. - Import method for this snapshot: pre-existing vendored copy in
third_party/
- Keep
whisper.cppvendored underthird_party/. - Prefer changing Mutterkey integration code over patching vendored upstream files.
- If vendored files must be modified, record the reason below and mention it in the relevant commit message.
- None recorded as part of this metadata pass.
Prefer updating through the repository helper:
bash scripts/update-whisper.sh <upstream-tag-or-commit>After updating:
- refresh this metadata file with the exact imported ref
- review
THIRD_PARTY_NOTICES.mdfor notice changes - rebuild and rerun tests