parakeet : add support for NVIDIA Parakeet (#3735)

* parakeet : add support for NVIDIA Parakeet


Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Daniel Bevenius
2026-06-16 20:44:10 +02:00
committed by GitHub
parent 3805e602d3
commit 9efddafb91
38 changed files with 8733 additions and 7 deletions

View File

@@ -30,6 +30,6 @@ create_makefile "whisper" do |conf|
#{libs}: cmake-targets
cmake-targets:
#{"\t"}"#{cmake}" -S sources -B build #{options}
#{"\t"}"#{cmake}" --build build --config Release --target common whisper
#{"\t"}"#{cmake}" --build build --config Release --target common whisper parakeet
EOF
end