whisper.net
whisper.net copied to clipboard
WIP 1.6.0
This PR is work in progress to update whisper.cpp at latest version.
To be continued :(
LIttle blocker for the current approach:
I had to enable git lfs as libggml.so is 192.69 MB and cannot build it and keep it in the repo in order to pack it without git lfs: https://github.com/sandrohanea/whisper.net/actions/runs/9730669293/job/26854102032
Not going to pay for the git lfs, will need to research if we can shim it a bit as 192MB sounds a lot.
The other approach would be to not keep the runtimes in the repo anymore, but build nuget package directly and push it as artifacts, but requires some bigger change.