Faiz Halde
Faiz Halde
**What did you do?** In prometheus, labels have a very different semantics. For a given time series with label A,B,C with some values, any change to those values results in...
## Bug Report #### What did you do? Ran the usual `mvn compile` after upgrading to 5.0.3 #### What did you expect to see? No error #### What did you...
Is it possible to load a model once and do parallel transcribe calls using it? ```python model = whisperx.load_model(...) def infer(file): return model.transcribe(file) for audio in audios: threading.Thread(target=infer, args=(audio,)) ```...