chore: ⬆️ Update NVIDIA/NeMo-Speech.cpp to 4f9676226f667d14608487df744f375db87127f8 - #11417
Conversation
83ae3a9 to
a3e72ab
Compare
|
@localai-org-maint-bot pick this up |
|
Picked this up. The NeMo-Speech.cpp bump made SentencePiece a core ASR dependency, so I added the pinned static archive build for all backend variants, including the Darwin CMake search path. The automation regenerated the branch again at |
20d68ef to
eaffe60
Compare
5be7bfb104802131e61fe679b3f1401b27270216b00a5537c71059cf49c1d8e11609af7abd6b4b0b
8dfd8c7 to
eab6694
Compare
b00a5537c71059cf49c1d8e11609af7abd6b4b0b1118951337094db3b362fbf1b27e871696f10590
ac2b437 to
e684cd4
Compare
1118951337094db3b362fbf1b27e871696f105909bc876635af36df537d9bc6d3f57ad1b76e4f74a
e684cd4 to
0c81d0e
Compare
1d7ab28 to
800a475
Compare
6f6d361 to
530b540
Compare
58eafa5 to
d87d5d6
Compare
|
Restored the SentencePiece build fix after automation regenerated the branch at |
bc0bbab to
5c94d30
Compare
9bc876635af36df537d9bc6d3f57ad1b76e4f74a4c749a700500e077d4732a539eb082bf2208dac7
a4f7493 to
83e5d09
Compare
4c749a700500e077d4732a539eb082bf2208dac74f9676226f667d14608487df744f375db87127f8
|
Resumed after the latest automation regeneration. The SentencePiece repair is present again at |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The updated runtime uses SentencePiece for RNNT context biasing even when Flashlight and text normalization are disabled. Build upstream's pinned static archive before configuring the engine so every backend variant has the newly required library and headers. Assisted-by: Codex:gpt-5
The pinned SentencePiece script uses GNU install -D for license files. macOS provides BSD install, which rejects that flag after the library compiles. Create the license directory and use the portable install form on Darwin. Assisted-by: Codex:gpt-5
Homebrew CMake 4 rejects the old policy floor in the pinned SentencePiece helper. Select the oldest supported policy floor for the Darwin dependency build. Assisted-by: Codex:gpt-5.6 [Codex CLI]
3704bbe to
873805f
Compare
Changes: https://github.com/NVIDIA/NeMo-Speech.cpp/compare/2e12e2def8a98ed06666f7ee3ca94e7193e04be4..4f9676226f667d14608487df744f375db87127f8