Skip to content

Commit

Permalink
NuGet package readme and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Const-me committed Jul 22, 2023
1 parent ee57bc0 commit c5515ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WhisperNet/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The library requires a hardware GPU which supports Direct3D 11.0, a 64-bit Windo
The main entry point of the llibrary is `Whisper.Library` static class.
Call `loadModel` function from that class to load an ML model from a binary file.

These binary files are available for free download on [Hugging Face](https://huggingface.co/ggerganov/whisper.cpp/tree/main).<br/>
I recommend `ggml-medium.bin` (1.42GB in size, but that web page says 1.53 GB), because I’ve mostly tested the software with that model.<br/>
These binary files are available for free download on [Hugging Face](https://huggingface.co/ggerganov/whisper.cpp/tree/main).
I recommend `ggml-medium.bin` (1.42GB in size, but that web page says 1.53 GB), because I’ve mostly tested the software with that model.
Compressed models in ZIP format with `mlmodelc` in the file name are not supported.

Once the model is loaded, create a context by calling `createContext` extension method,
Expand Down
4 changes: 2 additions & 2 deletions WhisperNet/WhisperNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<projectUrl>https://github.com/Const-me/Whisper</projectUrl>
<description>High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model</description>
<releaseNotes>
When loading models, adapters can be selected with 0-based index, in addition to the name.
Added an API method to decode initial prompt into array of tokens.
Updated models source URL in the documentation.
Reliability enhancement, microphone capture less likely to transition to “Stalled” state and discard the audio.
</releaseNotes>
<copyright>Copyright © const.me, 2022-2023</copyright>
<tags>whisper, gpgpu, speech recognition</tags>
Expand Down

0 comments on commit c5515ac

Please sign in to comment.