feat(container): update quay.io/go-skynet/local-ai ( v2.21.1 → v2.22.0 ) #7404
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.21.1-aio-gpu-nvidia-cuda-12
->v2.22.0-aio-gpu-nvidia-cuda-12
Release Notes
mudler/LocalAI (quay.io/go-skynet/local-ai)
v2.22.0
Compare Source
LocalAI v2.22.0 is out 🥳
💡 Highlights
🖼️ Multimodal vLLM
To use multimodal models with vLLM simply specify the model in the YAML file. Models however can differ if support multiple images or single images, along how they process internally placeholders for images.
Some models/libraries have different way to express images, videos or audio placeholders. For example, llama.cpp backend expects images within an
[img-ID]
tag, but other backends/models (e.g. vLLM) use a different notation (<|image_|>
).For example, to override defaults, now it is possible to set in the model configuration the following:
📹 Video and Audio understanding
Some libraries might support both Video and Audio. Currently only vLLM supports Video understanding, and can be used in the API by "extending" the OpenAI API with
audio
andvideo
type along images:🧑🏭 Work in progress
What's Changed
Bug fixes 🐛
Exciting New Features 🎉
/system
by @mudler in https://github.com/mudler/LocalAI/pull/3661🧠 Models
📖 Documentation and examples
👒 Dependencies
ea9c32be71b91b42ecc538bd902e93cbb5fb36cb
by @localai-bot in https://github.com/mudler/LocalAI/pull/366769339af2d104802f3f201fd419163defba52890e
by @localai-bot in https://github.com/mudler/LocalAI/pull/366695bc82fbc0df6d48cf66c857a4dda3d044f45ca2
by @localai-bot in https://github.com/mudler/LocalAI/pull/3674b5de3b74a595cbfefab7eeb5a567425c6a9690cf
by @localai-bot in https://github.com/mudler/LocalAI/pull/36818feb375fbdf0277ad36958c218c6bf48fa0ba75a
by @localai-bot in https://github.com/mudler/LocalAI/pull/3680c919d5db39c8a7fcb64737f008e4b105ee0acd20
by @localai-bot in https://github.com/mudler/LocalAI/pull/36866f1d9d71f4c568778a7637ff6582e6f6ba5fb9d3
by @localai-bot in https://github.com/mudler/LocalAI/pull/37082ef717b293fe93872cc3a03ca77942936a281959
by @localai-bot in https://github.com/mudler/LocalAI/pull/37123f1ae2e32cde00c39b96be6d01c2997c29bae555
by @localai-bot in https://github.com/mudler/LocalAI/pull/3713a39ab216aa624308fda7fa84439c6b61dc98b87a
by @localai-bot in https://github.com/mudler/LocalAI/pull/3718ede1718f6d45aa3f7ad4a1e169dfbc9d51570c4e
by @localai-bot in https://github.com/mudler/LocalAI/pull/3719d5ed2b929d85bbd7dbeecb690880f07d9d7a6077
by @localai-bot in https://github.com/mudler/LocalAI/pull/3725ccc2547210e09e3a1785817383ab770389bb442b
by @localai-bot in https://github.com/mudler/LocalAI/pull/372471967c2a6d30da9f61580d3e2d4cb00e0223b6fa
by @localai-bot in https://github.com/mudler/LocalAI/pull/37312944cb72d95282378037cb0eb45c9e2b2529ff2c
by @localai-bot in https://github.com/mudler/LocalAI/pull/37306a94163b913d8e974e60d9ac56c8930d19f45773
by @localai-bot in https://github.com/mudler/LocalAI/pull/37358c475b97b8ba7d678d4c9904b1161bd8811a9b44
by @localai-bot in https://github.com/mudler/LocalAI/pull/3736d5cb86844f26f600c48bf3643738ea68138f961d
by @localai-bot in https://github.com/mudler/LocalAI/pull/37389f346d00840bcd7af62794871109841af40cecfb
by @localai-bot in https://github.com/mudler/LocalAI/pull/37396374743747b14db4eb73ce82ae449a2978bc3b47
by @localai-bot in https://github.com/mudler/LocalAI/pull/3763ebca09a3d1033417b0c630bbbe607b0f185b1488
by @localai-bot in https://github.com/mudler/LocalAI/pull/3764dca1d4b58a7f1acf1bd253be84e50d6367f492fd
by @localai-bot in https://github.com/mudler/LocalAI/pull/3769fdbfb460ed546452a5d53611bba66d10d842e719
by @localai-bot in https://github.com/mudler/LocalAI/pull/3768c81f3bbb051f8b736e117dfc78c99d7c4e0450f6
by @localai-bot in https://github.com/mudler/LocalAI/pull/37750e9f760eb12546704ef8fa72577bc1a3ffe1bc04
by @localai-bot in https://github.com/mudler/LocalAI/pull/37869677640
by @mudler in https://github.com/mudler/LocalAI/pull/3793Other Changes
New Contributors
Full Changelog: mudler/LocalAI@v2.21.1...v2.22.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.