Fix missing batch_config init causing CI test hang

This commit is contained in:
ianwh02
2026-03-09 11:42:15 +00:00
parent e8bd4fd532
commit 3508b39584
+1
View File
@@ -159,6 +159,7 @@ class TranscriptionServer:
self.no_voice_activity_chunks = 0
self.use_vad = True
self.single_model = False
self.batch_config = None
def initialize_client(
self, websocket, options, faster_whisper_custom_model_path,