Spaces:
Runtime error
Runtime error
Update transcription_diarization.py
Browse files
transcription_diarization.py
CHANGED
@@ -46,7 +46,7 @@ class LazyTranscriptionPipeline:
|
|
46 |
feature_extractor=self.processor.feature_extractor,
|
47 |
max_new_tokens=128,
|
48 |
chunk_length_s=30,
|
49 |
-
batch_size=
|
50 |
return_timestamps=True,
|
51 |
torch_dtype=torch.float16,
|
52 |
device=torch.device("cuda"),
|
|
|
46 |
feature_extractor=self.processor.feature_extractor,
|
47 |
max_new_tokens=128,
|
48 |
chunk_length_s=30,
|
49 |
+
batch_size=8,
|
50 |
return_timestamps=True,
|
51 |
torch_dtype=torch.float16,
|
52 |
device=torch.device("cuda"),
|