-
Hi,
Would it be possible to point to a locally hosted Whisper instance rather than OpenAI (currently looking at https://github.com/ahmetoner/whisper-asr-webservice)? Alternatively, or perhaps in ad…
-
I've tried to run demo with a video for vsr executing the next line:
```
(TT) PS D:\auto_avsr> python demo.py data.modality='audio' pretrained_model_path='.\asr_trlrs3vox2_base.pth' file_path='.\avs…
-
Towards: #3052
```fortran
program main
real(4) :: x(5) = [1, 2, 3, 4, 5]
integer :: dim
print*, sum(x, dim)
end
```
```console
$ gfortran b.f90 && ./a.out
15.0000000
$ l…
-
* [ ] get the mrv() function finished that doesn't need the SubsSet (see my `gruntz2` branch)
* [ ] Implement missing ASR features (important: focus only on a clean ASR design, for now in the fronten…
-
### Feature Description
Flashlight ASR decoder, `fl_asr_decode` can benefit from reduced precision computing and batch processing. In addition, the positional embedding function appears to be a bottl…
-
I want to add new model as ASR_MODEL=base ,but I try to download the Belle-distilwhisper-large-v2 to the Model Path.But it can't run rightly ?
-
To be determined: how to handle automatic reallocation of the LHS, for things like:
```
real(dp), allocatable :: x(:)
x = [1, 2, 3]
x = [1, 2, 3, 5, 6]
```
And the same for strings:
```
charac…
-
I'm trying to transcribe the audio from **pre-trained** model as shown in `Streaming-ASR.ipynb` and `demo_streaming_asr.py`. I have changed the `MODEL_PARAMS` in `frame_asr.py` as shown below (config …
-
请问asr混合模型能修改conformer_talcs_application.yaml文件支持websocket不?
-
Hi WhisperX Team,
I was wondering if you consider support https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/whisper the tensorrt-llm backend of whisper. I have done several benchmark test us…