whisper.net icon indicating copy to clipboard operation
whisper.net copied to clipboard

WIP 1.6.0

Open sandrohanea opened this issue 1 year ago • 1 comments

This PR is work in progress to update whisper.cpp at latest version.

sandrohanea avatar Jun 29 '24 18:06 sandrohanea

To be continued :( LIttle blocker for the current approach: image

image

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.

sandrohanea avatar Jun 30 '24 16:06 sandrohanea