Remove the usage of transformers.pipeline from BatchedInferencePipeline and fix word timestamps for batched inference (#921)

* fix word timestamps for batched inference

* remove hf pipeline
This commit is contained in:
Mahmoud Ashraf
2024-07-27 05:02:58 +03:00
committed by GitHub
parent 83a368e98a
commit d57c5b40b0
2 changed files with 70 additions and 170 deletions

View File

@@ -2,7 +2,7 @@ ctranslate2>=4.0,<5
huggingface_hub>=0.13
tokenizers>=0.13,<1
onnxruntime>=1.14,<2
transformers
pyannote-audio>=3.1.1
torch>=2.1.1
torchaudio>=2.1.2
torchaudio>=2.1.2
tqdm