Christian
Christian
Hey! You can extract alignment information by adding some code after line `886`: https://github.com/iceychris/LibreASR/blob/f08c8e89a34c6cc3dbf9f2db86f7cc87d84ab003/libreasr/lib/models.py#L853-L892 Save the current encoder timestamp index `t` (from line `855`) together with the current output token...
Looks like this is an issue with shelling out to `kubectl` without passing the correct kubeconfig or cluster to use. The error message I get is: ```sh Error running command...
I'd love to help with implementing OpenAI's per-word timestamps approach based on DTW and cross-attention weights in `whisper.cpp`. I think the main steps required for this consist of: * implementing...
@dyastremsky @tanmayv25 Mind looking into this? This PR should be ready. I tested locally by building & running `tritonserver` with the modified backend code (list/dict inputs, new flag present/not present...
@tanmayv25 I signed the CLA along with the commit and rebased onto `main`. Haven't had a chance to look into setting up proper testing though. Can you take it from...