sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
534 stars 82 forks source link

[BUG] Getting error "System.Net.Http.HttpRequestException" when trying to use WhisperGgmlDownloader.GetGgmlModelAsync with the large model #46

Closed GFNiko closed 1 year ago

GFNiko commented 1 year ago

When trying to use the WhisperGgmlDownloader.GetGgmlModelAsync method with the large model using var modelStream = await WhisperGgmlDownloader.GetGgmlModelAsync(GgmlType.Large); I get the following error: System.Net.Http.HttpRequestException: Cannot write more bytes to the buffer than the configured maximum buffer size: 2147483647 Pull request for bugfix is out. Changed issue to solved