Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image docker.io/localai/localai to v2.8.0 by renovate #18178

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

truecharts-admin
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
docker.io/localai/localai minor v2.7.0-cublas-cuda11-ffmpeg-core -> v2.8.0-cublas-cuda11-ffmpeg-core
docker.io/localai/localai minor v2.7.0-cublas-cuda11-core -> v2.8.0-cublas-cuda11-core
docker.io/localai/localai minor v2.7.0-cublas-cuda12-ffmpeg-core -> v2.8.0-cublas-cuda12-ffmpeg-core
docker.io/localai/localai minor v2.7.0-cublas-cuda12-core -> v2.8.0-cublas-cuda12-core
docker.io/localai/localai minor v2.7.0-ffmpeg-core -> v2.8.0-ffmpeg-core
docker.io/localai/localai minor v2.7.0 -> v2.8.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.8.0

Compare Source

This release adds support for Intel GPUs, and it deprecates old ggml-based backends which are by now superseded by llama.cpp (that now supports more architectures out-of-the-box). See also https://github.com/mudler/LocalAI/issues/1651.

Images are now based on Ubuntu 22.04 LTS instead of Debian bullseye.

Intel GPUs

There are now images tagged with "sycl". There are sycl-f16 and sycl-f32 images indicating f16 or f32 support.

For example, to start phi-2 with an Intel GPU it is enough to use the container image like this:

docker run -e DEBUG=true -ti -v $PWD/models:/build/models -p 8080:8080  -v /dev/dri:/dev/dri --rm quay.io/go-skynet/local-ai:master-sycl-f32-ffmpeg-core phi-2
What's Changed
Exciting New Features 🎉
👒 Dependencies
Other Changes
New Contributors

Full Changelog: mudler/LocalAI@v2.7.0...v2.8.0


Configuration

📅 Schedule: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@truecharts-admin truecharts-admin added automerge Categorises a PR or issue that references a new App. update/docker/general/non-major labels Feb 12, 2024
@truecharts-admin truecharts-admin requested a review from a team as a code owner February 12, 2024 06:30
@truecharts-admin truecharts-admin enabled auto-merge (squash) February 12, 2024 06:30
Copy link

📝 Linting results:

✔️ Linting [charts/stable/local-ai]: Passed - Took 0 seconds
Total Charts Linted: 1
Total Charts Passed: 1
Total Charts Failed: 0

✅ Linting: Passed - Took 1 seconds

@truecharts-admin truecharts-admin merged commit dc4be5f into master Feb 12, 2024
15 checks passed
@truecharts-admin truecharts-admin deleted the renovate/docker.io-localai-localai-2.x branch February 12, 2024 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Categorises a PR or issue that references a new App.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants