chore(voice): make NPU Whisper the default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user