Daniel Bevenius
Daniel Bevenius
@Tharit Could you show us the dockerfile that is being used? I sounds like this only happens on a Jetson Orin which I don't have access to I'm afraid so,...
Thanks for the docker file information. I've given it a try and I'm able to run it and I can't reproduce the error (I was not expecting to as I...
I believe this pr has been superseded by https://github.com/ggerganov/whisper.cpp/commit/206459a80477f00799b383d4c7e81d207c95d00b. Please feel free to reopen if there is anything missing in the current implementation
One way to check how your system is resolving this shared library is to first look at the `llama-server` binary and see its needed dependencies: ```console $readelf -d build/bin/llama-server Dynamic...
I believe this pr has been superseded by https://github.com/ggerganov/whisper.cpp/commit/206459a80477f00799b383d4c7e81d207c95d00b. Please feel free to reopen if there is anything missing in the current implementation.
Very interesting indeed! I've saw something similar this week when using the Large V3 model where without VAD it would hallucinate but when VAD was enabled it did not and...
@ggerganov I think your suggestion to use github pages for serving the wasm examples will work. I've tried this out on a separate [repo](https://github.com/danbev/wasm-github-pages) and this is the generated [github...
@ggerganov Could you enable github pages to be deployed via github actions (I can't do as the settings tab does not show up for me, might be a permission issue):...
The examples are now published here for each push to master: https://ggerganov.github.io/whisper.cpp/
> I think this issue can be closed, correct? Yep, I think this is completed now 👍