Sandro Hanea
Sandro Hanea
Currently, in order to run multiple transformations in parallel, you'll need to instantiate multiple whisper_contexts because the state of the transformation (e.g mel spectogram, previous prompts, prtial results) is stored...
It seems I missed to pass the state for encoder during auto-detect language. This is the fix. Issue reported on: https://github.com/sandrohanea/whisper.net/issues/18
### Description If a connection establishment is failing with a timeout, configured on the SocketsHttpHandler, hedged requests are not generated and the whole pipeline fails. ### Reproduction Steps PreReq: -...
**Current behavior:** 1. Admin chooses to import a list of observers from a file. 2. The observers from the file are added to the DB. 3. In the admin app,...
This PR is work in progress to update whisper.cpp at latest version.
### Background and motivation It's great that dotnet/extensions is providing abstractions for AI paradigms and a great addition (besides chat and embeddings) will probably be Speech to Text. This is...
The encoder begin handler functionality to cancel a run, is not working in ios. The test was skipped for now. This issue requires further investigation to determine why the encoder...