chore(deps): update container image docker.io/localai/localai to v2.13.0 by renovate #21421
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.12.4-cublas-cuda11-ffmpeg-core
->v2.13.0-cublas-cuda11-ffmpeg-core
v2.12.4-cublas-cuda11-core
->v2.13.0-cublas-cuda11-core
v2.12.4-cublas-cuda12-ffmpeg-core
->v2.13.0-cublas-cuda12-ffmpeg-core
v2.12.4-cublas-cuda12-core
->v2.13.0-cublas-cuda12-core
v2.12.4-ffmpeg-core
->v2.13.0-ffmpeg-core
v2.12.4
->v2.13.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mudler/LocalAI (docker.io/localai/localai)
v2.13.0
: 🖼️ v2.13.0 - Model gallery editionCompare Source
Hello folks, Ettore here - I'm happy to announce the v2.13.0 LocalAI release is out, with many features!
Below there is a small breakdown of the hottest features introduced in this release - however - there are many other improvements (especially from the community) as well, so don't miss out the changelog!
Check out the full changelog below for having an overview of all the changes that went in this release (this one is quite packed up).
🖼️ Model gallery
This is the first release with model gallery in the webUI, you can see now a "Model" button in the WebUI which lands now in a selection of models:
You can choose now models between stablediffusion, llama3, tts, embeddings and more! The gallery is growing steadly and being kept up-to-date.
The models are simple YAML files which are hosted in this repository: https://github.com/mudler/LocalAI/tree/master/gallery - you can host your own repository with your model index, or if you want you can contribute to LocalAI.
If you want to contribute adding models, you can by opening up a PR in the
gallery
directory: https://github.com/mudler/LocalAI/tree/master/gallery.Rerankers
I'm excited to introduce a new backend for
rerankers
. LocalAI now implements the Jina API (https://jina.ai/reranker/#apiform) as a compatibility layer, and you can use existing Jina clients and point to those to the LocalAI address. Behind the hoods, uses https://github.com/AnswerDotAI/rerankers.You can test this by using container images with python (this does NOT work with
core
images) and a model config file like this, or by installingcross-encoder
from the gallery in the UI:and test it with:
Parler-tts
There is a new backend available for tts now,
parler-tts
. It is possible to install and configure the model directly from the gallery. https://github.com/huggingface/parler-tts🎈 Lot of small improvements behind the scenes!
Thanks to our outstanding community, we have enhanced the performance and stability of LocalAI across various modules. From backend optimizations to front-end adjustments, every tweak helps make LocalAI smoother and more robust.
📣 Spread the word!
First off, a massive thank you (again!) to each and every one of you who've chipped in to squash bugs and suggest cool new features for LocalAI. Your help, kind words, and brilliant ideas are truly appreciated - more than words can say!
And to those of you who've been heros, giving up your own time to help out fellow users on Discord and in our repo, you're absolutely amazing. We couldn't have asked for a better community.
Just so you know, LocalAI doesn't have the luxury of big corporate sponsors behind it. It's all us, folks. So, if you've found value in what we're building together and want to keep the momentum going, consider showing your support. A little shoutout on your favorite social platforms using @LocalAI_OSS and @mudler_it or joining our sponsors can make a big difference.
Also, if you haven't yet joined our Discord, come on over! Here's the link: https://discord.gg/uJAeKSAGDy
Every bit of support, every mention, and every star adds up and helps us keep this ship sailing. Let's keep making LocalAI awesome together!
Thanks a ton, and here's to more exciting times ahead with LocalAI!
What's Changed
Bug fixes 🐛
max_tokens
for old backend by @mudler in https://github.com/mudler/LocalAI/pull/2094Exciting New Features 🎉
🧠 Models
📖 Documentation and examples
👒 Dependencies
Other Changes
New Contributors
Full Changelog: mudler/LocalAI@v2.12.4...V2.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.