Christian

Results 3 comments of 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...