Remove cleanup state

This commit is contained in:
Brandon Weng 2025-08-27 14:50:09 -04:00
parent 2ea220dfed
commit 620b3a8d3b

View File

@ -81,7 +81,6 @@ class ParakeetTranscriptionService: TranscriptionService {
// Reset decoder state and cleanup after transcription to avoid blocking the transcription start
Task {
try? await asrManager.resetDecoderState(for: .microphone)
asrManager.cleanup()
isModelLoaded = false
logger.notice("🦜 Parakeet ASR models cleaned up from memory")