diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-07 11:34:31 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-07 13:22:07 +0300 |
| commit | 5582739e3c677ae7d397f4b4222cacb1c08a0df8 (patch) | |
| tree | 3e06cefee2c3cbb5398126f841b67d8f50a2121c /Makefile | |
| parent | 58c4a4ad8cf199c4f59a225d96fafd8da49a12ed (diff) | |
Feat: docker whisper-cuda
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -22,8 +22,6 @@ build-whisper: ## Build whisper.cpp from source in batteries directory git clone https://github.com/ggml-org/whisper.cpp.git batteries/whisper.cpp; \ fi cd batteries/whisper.cpp && make build - @echo "Creating symlink to whisper-cli binary..." - @ln -sf batteries/whisper.cpp/build/bin/whisper-cli ./whisper-cli @echo "Whisper binary built successfully!" download-whisper-model: ## Download Whisper model for STT in batteries directory @@ -32,9 +30,7 @@ download-whisper-model: ## Download Whisper model for STT in batteries directory echo "Please run 'make setup-whisper' first to clone the repository."; \ exit 1; \ fi - @cd batteries/whisper.cpp && make tiny.en - @echo "Creating symlink to Whisper model..." - @ln -sf batteries/whisper.cpp/models/ggml-tiny.en.bin ./ggml-model.bin + @cd batteries/whisper.cpp && make large-v3-turbo @echo "Whisper model downloaded successfully!" # Docker targets for STT/TTS services (in batteries directory) |
