Fix missing batch_config init causing CI test hang
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user