SciSharp / LLamaSharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
https://scisharp.github.io/LLamaSharp
MIT License
2.71k stars 350 forks source link

Bump Whisper.net from 1.5.0 to 1.7.1 #967

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps Whisper.net from 1.5.0 to 1.7.1.

Release notes

Sourced from Whisper.net's releases.

v1.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/sandrohanea/whisper.net/compare/1.7.0...1.7.1

v1.7.1-preview1

What's Changed

  • Fixed Android build + improved CI/CI with xharness
  • Added AllRuntimes package
  • Fixed vulkan and coreml
  • Fixed nuget push
  • Added nuget push workflow

Full Changelog: https://github.com/sandrohanea/whisper.net/compare/1.7.0...1.7.1-preview1

v1.7.0

Whisper.net v1.7.0 Release Notes

We're excited to announce the latest version of Whisper.net, packed with new features, enhanced runtime flexibility, and improved support for high-performance speech recognition!

New Features & Improvements

🛠️ Multiple Runtimes Support

  • Flexible runtime support: In the past, you could only reference one runtime at a time. Now, Whisper.net allows you to include multiple runtimes within the same project. This makes it easier to build cross-platform applications that take advantage of different runtime options depending on the hardware and platform being used.

🚀 Vulkan Runtime Support

  • We’ve added Vulkan as a new GPU runtime option, enabling better GPU acceleration on Windows x64 for systems supporting Vulkan.

OpenVINO Runtime Support

  • Support for OpenVINO has been introduced, providing improved performance on Intel hardware (both CPU and GPU). You can now offload heavy computation to Intel devices with this runtime.
  • Added an OpenVINO encoder downloader to make it easier to acquire necessary models for your OpenVINO workloads.

📥 Downloader for OpenVINO Encoders

  • Simplified the process of downloading OpenVINO encoder models for faster setup and enhanced model management.

🔄 RuntimeOptions for Configurable Runtimes

  • Introducing RuntimeOptions, which allows you to configure runtime behaviors, such as selecting which GPU or device to use. This adds greater flexibility and control over how Whisper.net operates on different hardware setups.

... (truncated)

Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
martindevans commented 3 weeks ago

Closing for now, see https://github.com/SciSharp/LLamaSharp/issues/974

dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.