Simon

Results 35 comments of Simon

@rohitkrishna094 take a look at the `transcribe.py` in the `whisperx` directory. They are listed there.

There is an issue regarding pyannote not using GPU, but it should not occur with whisperx. To read more on this, see pyannote/pyannote-audio#1354. It might have something to do with...

Regarding threads: `torch.set_num_threads(threads)` And beam size: pass it to load_model as part of the dict used with `asr_options` keyword. So simply do `load_model(..., asr_options={'beam_size': 5})` for a beam size of...

At least it's the default. You could experience with it, but beam size 5 seems to work very well.

I think I got it. What's happening is that `translate` can't align as of now (which is not documented I think) and as such we set the `no_align` boolean to...

Regarding the normalization afterwards, there are libraries like `text2num` but they don't support many languages. Maybe yours is supported.

Had that one too. This bug is not caused by the bindings but by whisper.cpp I suppose. It is simply linked to your Distro-Version being outdated by now. I had...

The linux mint version 21, i.e. Vanessa. This bug should relate to some .so files being outdated. You could either manually upgrade this or dump your distro.

Any updates on that? Arm still failing? I can create arm wheels on debian.