LocalAI
LocalAI copied to clipboard
chore(deps): bump torchaudio from 2.3.1+cxx11.abi to 2.9.1 in /backend/python/coqui
Bumps torchaudio from 2.3.1+cxx11.abi to 2.9.1.
Release notes
Sourced from torchaudio's releases.
TorchAudio 2.9.1 Release
This is a patch release, which is compatible with PyTorch 2.9.1. There are no new features added.
TorchAudio 2.9 release
Deprecated APIs
Most APIs marked as drop are now removed.
Migration of
load()andsave()to TorchCodecWe are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec.
torchaudio.load()andtorchaudio.save()still exist, but their underlying implementation now relies on TorchCodec.C++ and CUDA extension
We're still working towards preserving
forced_align,lfilter,overdrive,RNNT, andCUCTC.TorchAudio 2.8.0 release
Copy pasting update from pytorch/audio#3902:
Deprecated APIs
Most APIs marked as "Drop" are now explicitly deprecated, raising deprecation warnings in the docs, and when using them from Python. They will be removed in the next 2.9 version.
Migration of
load()andsave()to TorchCodecAs we mentioned, we are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec.
torchaudio.load()andtorchaudio.save()are some of the most popular TorchAudio APIs, so for convenience we are providingtorchaudio.load_with_torchcodec()andtorchaudio.save_with_torchcodec(), which can largely be used as drop-in replacements. However, we do encourage users to directly migrate to TorchCodec'sAudioDecoder()andAudioEncoder().In future versions,
torchaudio.load()andtorchaudio.save()will still exist, but their underlying implementation will be relying ontorchaudio.load_with_torchcodec()andtorchaudio.save_with_torchcodec().We hope for this migration to be as smooth as possible - most users should just need to
pip install torchcodec, and things should still work as-is.TorchCodec doesn't support Windows yet, but we're working hard on it. Please bear with us.
C++ and CUDA extension
We mentioned that we were exploring options to retain the C++-backed APIs, which are currently slated for deletion. Specifically:
forced_align,lfilter,overdrive,RNNT, andCUCTC.While this isn't something I can assert with 100% certainty, we are now more confident that we'll be able to preserve these extensions by porting them to Pytorch's new "stable ABI" operators. We are actively working on it.
TorchAudio 2.7.1 Release
This release is compatible with PyTorch 2.7.1 There are no new features added.
... (truncated)
Commits
- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for localai ready!
| Name | Link |
|---|---|
| Latest commit | 01b5adf6cbe10e12f483b8d13d5dd4a849fe13c5 |
| Latest deploy log | https://app.netlify.com/projects/localai/deploys/6924aa115ece500008648174 |
| Deploy Preview | https://deploy-preview-7348--localai.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
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.