Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the whispernet group with 2 updates #5

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the whispernet group with 2 updates: Whisper.net and Whisper.net.Runtime.

Updates Whisper.net from 1.4.7 to 1.5.0

Release notes

Sourced from Whisper.net's releases.

1.5.0

  • Upgraded to Whisper.cpp 1.5.1

  • Improved cancellation using CancellationToken provided => it's using the onabort handler in native library to cancel the processing faster => addressing concerns from sandrohanea/whisper.net#23

  • Logging improvements: not logging to stderr by default anymore, but events can be registered (see LogProvider) => Added optional logging in simple samples + CoreML sample => Logging is now suppressed by default: sandrohanea/whisper.net#129

  • Added useGpu on WhisperFactory creation so that GPU usage can be disabled on specific runtimes (e.g. Cublas, CoreML, etc)

  • Upgraded dotnet targets to dotnet 8

  • Added support for whisper large v3 (including downloader + coreml model) => Old model Large in downloader should be renamed to LargeV2 see GgmlType

  • Added linux-x64 support for Whisper.net.Runtime.Cublas

  • Added support for distil-whisper sandrohanea/whisper.net#126 => No downloader added, you'll need to load the model yourself => How to build the model: https://github.com/ggerganov/whisper.cpp/tree/master/models#distilled-models

  • Added automated builds for all runtimes using Github Actions

  • Unified runtime builds with make for linux, macos, ios, tvos, wasm and powershell scripts for windows

  • Added Blazor with InteractivityAuto, InteractivityServer and InteractivityWebAssemly support => sample with new dotnet 8 Blazor template added.

  • Unified Whisper.net.Runtime.Wasm with Whisper.net.Runtime => If previously you were using Whisper.net.Runtime.Wasm, just replace it with Whisper.net.Runtime

  • Added metal support for arm-based apple platforms (both Whisper.net.Runtime + Whisper.net.Runtime.CoreML)

Full Changelog: sandrohanea/whisper.net@1.4.7...1.5.0

Commits

Updates Whisper.net.Runtime from 1.4.7 to 1.5.0

Release notes

Sourced from Whisper.net.Runtime's releases.

1.5.0

  • Upgraded to Whisper.cpp 1.5.1

  • Improved cancellation using CancellationToken provided => it's using the onabort handler in native library to cancel the processing faster => addressing concerns from sandrohanea/whisper.net#23

  • Logging improvements: not logging to stderr by default anymore, but events can be registered (see LogProvider) => Added optional logging in simple samples + CoreML sample => Logging is now suppressed by default: sandrohanea/whisper.net#129

  • Added useGpu on WhisperFactory creation so that GPU usage can be disabled on specific runtimes (e.g. Cublas, CoreML, etc)

  • Upgraded dotnet targets to dotnet 8

  • Added support for whisper large v3 (including downloader + coreml model) => Old model Large in downloader should be renamed to LargeV2 see GgmlType

  • Added linux-x64 support for Whisper.net.Runtime.Cublas

  • Added support for distil-whisper sandrohanea/whisper.net#126 => No downloader added, you'll need to load the model yourself => How to build the model: https://github.com/ggerganov/whisper.cpp/tree/master/models#distilled-models

  • Added automated builds for all runtimes using Github Actions

  • Unified runtime builds with make for linux, macos, ios, tvos, wasm and powershell scripts for windows

  • Added Blazor with InteractivityAuto, InteractivityServer and InteractivityWebAssemly support => sample with new dotnet 8 Blazor template added.

  • Unified Whisper.net.Runtime.Wasm with Whisper.net.Runtime => If previously you were using Whisper.net.Runtime.Wasm, just replace it with Whisper.net.Runtime

  • Added metal support for arm-based apple platforms (both Whisper.net.Runtime + Whisper.net.Runtime.CoreML)

Full Changelog: sandrohanea/whisper.net@1.4.7...1.5.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the whispernet group with 2 updates: [Whisper.net](https://github.com/sandrohanea/whisper.net) and [Whisper.net.Runtime](https://github.com/sandrohanea/whisper.net).


Updates `Whisper.net` from 1.4.7 to 1.5.0
- [Release notes](https://github.com/sandrohanea/whisper.net/releases)
- [Commits](sandrohanea/whisper.net@1.4.7...1.5.0)

Updates `Whisper.net.Runtime` from 1.4.7 to 1.5.0
- [Release notes](https://github.com/sandrohanea/whisper.net/releases)
- [Commits](sandrohanea/whisper.net@1.4.7...1.5.0)

---
updated-dependencies:
- dependency-name: Whisper.net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: whispernet
- dependency-name: Whisper.net.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: whispernet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@azhuge233 azhuge233 merged commit 70ea784 into master Nov 28, 2023
@dependabot dependabot bot deleted the dependabot/nuget/whispernet-686ee97910 branch November 28, 2023 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant