chore(voice): make NPU Whisper the default

This commit is contained in:
William Valentin
2026-06-03 17:10:25 -07:00
parent 167a7234e7
commit 7745648a13
10 changed files with 252 additions and 30 deletions
+8 -8
View File
@@ -137,23 +137,23 @@ api-dedup: ## Remove duplicate LiteLLM model DB entries.
api-logs: ## Follow LiteLLM logs.
$(DC) logs -f --tail="$(LOGS_TAIL)" litellm litellm-db litellm-init
voice-up: ## Start all voice services.
voice-up: ## Start default voice services: NPU Whisper and Kokoro TTS.
$(DC) --profile voice up -d
voice-gpu: ## Start GPU whisper server and Kokoro TTS.
$(DC) --profile voice up -d whisper-server-gpu kokoro-tts
voice-gpu: ## Start manual GPU whisper fallback and Kokoro TTS.
$(DC) --profile voice-gpu --profile voice up -d whisper-server-gpu kokoro-tts
voice-cpu: ## Start CPU whisper server and Kokoro TTS.
$(DC) --profile voice up -d whisper-server kokoro-tts
$(DC) --profile voice-cpu-backup --profile voice up -d whisper-server kokoro-tts
voice-down: ## Stop voice profile services.
$(DC) --profile voice down
$(DC) --profile voice --profile voice-gpu --profile voice-cpu-backup down
voice-build: ## Build the custom Blackwell CUDA whisper image.
$(DC) --profile voice build whisper-server-gpu
$(DC) --profile voice-gpu build whisper-server-gpu
voice-logs: ## Follow voice service logs.
$(DC) logs -f --tail="$(LOGS_TAIL)" whisper-server-gpu whisper-server kokoro-tts
voice-logs: ## Follow default voice service logs.
$(DC) logs -f --tail="$(LOGS_TAIL)" whisper-server-npu kokoro-tts
search-up: ## Start Brave Search MCP and SearXNG.
$(DC) --profile search up -d