szaimen / aio-local-ai

GNU Affero General Public License v3.0
4 stars 2 forks source link

Bump go-skynet/local-ai from v2.12.4-ffmpeg-core to v2.13.0-ffmpeg-core #37

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps go-skynet/local-ai from v2.12.4-ffmpeg-core to v2.13.0-ffmpeg-core.

Release notes

Sourced from go-skynet/local-ai's releases.

🖼️ v2.13.0 - Model gallery edition

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:

output

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.

output

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 installing cross-encoder from the gallery in the UI:

name: jina-reranker-v1-base-en
backend: rerankers
parameters:
  model: cross-encoder

and test it with:


    curl http://localhost:8080/v1/rerank \
      -H "Content-Type: application/json" \
      -d '{
      "model": "jina-reranker-v1-base-en",
      "query": "Organic skincare products for sensitive skin",
      "documents": [
        "Eco-friendly kitchenware for modern homes",
        "Biodegradable cleaning supplies for eco-conscious consumers",
        "Organic cotton baby clothes for sensitive skin",
        "Natural organic skincare range for sensitive skin",
        "Tech gadgets for smart homes: 2024 edition",
        "Sustainable gardening tools and compost solutions",
</tr></table> 

... (truncated)

Commits
  • c9451cb Bump oneapi-basekit, optimum and openvino (#2139)
  • 006306b fix: use bluemonday as recommended by blackfriday (#2142)
  • 2cd4936 fix: security scanner warning noise: error handlers part 1 (#2141)
  • 44bc540 fix: security scanner dislikes runCommand function arguments (#2140)
  • 6b411ae models(gallery): add variants of llama3 70b (#2138)
  • eed285f fix: update langchainjs (#2136)
  • c8dd8e5 fix: reduce chmod permissions for created files and directories (#2137)
  • 365ef92 :arrow_up: Update mudler/go-stable-diffusion (#2134)
  • 5fceb87 :arrow_up: Update ggerganov/llama.cpp (#2133)
  • d98063e fix: api key polling was not using correct filepath (#2132)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 7 months ago

The following labels could not be found: 3. to review, dependencies.

dependabot[bot] commented 6 months ago

Superseded by #38.