tryAGI / LangChain.Providers

Part of the LangChain.NET project. Has separate abstractions, does not contain dependencies on the main project and can be used independently
https://tryagi.github.io/LangChain.Providers/
MIT License
7 stars 5 forks source link

build(deps): Bump the all group with 3 updates #65

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the all group with 3 updates: AWSSDK.BedrockAgentRuntime, AWSSDK.BedrockRuntime and Whisper.net.Runtime.

Updates AWSSDK.BedrockAgentRuntime from 3.7.405.2 to 3.7.405.3

Commits


Updates AWSSDK.BedrockRuntime from 3.7.404.2 to 3.7.404.3

Commits


Updates Whisper.net.Runtime from 1.5.0 to 1.7.0

Release notes

Sourced from Whisper.net.Runtime's releases.

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.

Updates

βš™οΈ CUDA Runtime Update

  • The previous Whisper.net.Cublas runtime has been renamed to Whisper.net.Cuda to reflect the use of CUDA for Nvidia GPUs. This renaming ensures consistency and clarity in runtime names.

πŸ›‘ ClBlast Runtime Removal

  • Removed support for the Whisper.net.Runtime.Clblast runtime. Vulkan, CUDA, and OpenVINO now provide more efficient alternatives for hardware acceleration.

πŸš€ Support for Whisper Large v3 Turbo Models

  • We've added support for Whisper Large v3 Turbo, which delivers enhanced performance for large-scale speech recognition tasks.

πŸ”„ Upgraded to Latest Whisper.cpp

  • This release integrates the latest Whisper.cpp updates, including all new features, optimizations, and bug fixes from the underlying whisper.cpp project. Expect improved performance, stability, and broader platform compatibility.

We hope these improvements will help make Whisper.net even more powerful for your projects. As always, your feedback is welcome, and be sure to check out our documentation for examples and usage details.

Happy coding! πŸŽ‰

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

Commits
  • fc1282f Fixed custom nuget issue + added more native build widgets
  • 0c2adaf A lot of changes for 1.7.0 (#201)
  • ab34bc1 Added Windows Arm Native Build for workflow dispatch
  • 7da4cc2 Added workflow_dispatch on all native builds
  • 28839bf Bump Microsoft.AspNetCore.Components.WebAssembly.Server in /examples (#151)
  • 481ff88 Bump NUnit from 4.0.0 to 4.0.1 (#148)
  • db4447b Bump NUnit.Analyzers from 3.9.0 to 4.0.0 (#158)
  • 7e3ee68 Added info about custom GPT in readme
  • 4308888 Bump NUnit from 3.14.0 to 4.0.0 (#138)
  • See full diff in compare view


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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
coderabbitai[bot] commented 3 weeks ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


πŸͺ§ Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.