-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Use ubuntu as base for container images, drop deprecated ggml-transformers backends #1689
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for localai canceled.
|
mudler
changed the title
Sycl fixes 2
Dockerfile: change base image, add sycl deps from repositories
Feb 6, 2024
mudler
changed the title
Dockerfile: change base image, add sycl deps from repositories
Use ubuntu as base for container images, drop old backends
Feb 7, 2024
mudler
changed the title
Use ubuntu as base for container images, drop old backends
Use ubuntu as base for container images, drop deprecated ggml backends
Feb 7, 2024
mudler
changed the title
Use ubuntu as base for container images, drop deprecated ggml backends
feat: Use ubuntu as base for container images, drop deprecated ggml backends
Feb 7, 2024
mudler
force-pushed
the
sycl_fixes_2
branch
7 times, most recently
from
February 7, 2024 17:07
3263d2d
to
0c3a0b8
Compare
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
mudler
force-pushed
the
sycl_fixes_2
branch
4 times, most recently
from
February 7, 2024 20:50
932660c
to
efcf193
Compare
mudler
force-pushed
the
sycl_fixes_2
branch
3 times, most recently
from
February 8, 2024 12:00
de146e5
to
2cee605
Compare
mudler
changed the title
feat: Use ubuntu as base for container images, drop deprecated ggml backends
feat: Use ubuntu as base for container images, drop deprecated ggml-transformers backends
Feb 8, 2024
This PR finally makes functional sycl images with Intel GPUs! |
This was referenced Feb 8, 2024
Closed
truecharts-admin
referenced
this pull request
in truecharts/public
Feb 12, 2024
….0 by renovate (#18178) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://github.com/mudler/LocalAI) | minor | `v2.7.0-cublas-cuda11-ffmpeg-core` -> `v2.8.0-cublas-cuda11-ffmpeg-core` | | [docker.io/localai/localai](https://github.com/mudler/LocalAI) | minor | `v2.7.0-cublas-cuda11-core` -> `v2.8.0-cublas-cuda11-core` | | [docker.io/localai/localai](https://github.com/mudler/LocalAI) | minor | `v2.7.0-cublas-cuda12-ffmpeg-core` -> `v2.8.0-cublas-cuda12-ffmpeg-core` | | [docker.io/localai/localai](https://github.com/mudler/LocalAI) | minor | `v2.7.0-cublas-cuda12-core` -> `v2.8.0-cublas-cuda12-core` | | [docker.io/localai/localai](https://github.com/mudler/LocalAI) | minor | `v2.7.0-ffmpeg-core` -> `v2.8.0-ffmpeg-core` | | [docker.io/localai/localai](https://github.com/mudler/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 <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v2.8.0`](https://github.com/mudler/LocalAI/releases/tag/v2.8.0) [Compare Source](https://github.com/mudler/LocalAI/compare/v2.7.0...v2.8.0) 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](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 🎉 - feat(sycl): Add support for Intel GPUs with sycl ([#​1647](https://github.com/mudler/LocalAI/issues/1647)) by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1660](https://github.com/mudler/LocalAI/pull/1660) - Drop old falcon backend (deprecated) by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1675](https://github.com/mudler/LocalAI/pull/1675) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1678](https://github.com/mudler/LocalAI/pull/1678) - Drop ggml-based gpt2 and starcoder (supported by llama.cpp) by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1679](https://github.com/mudler/LocalAI/pull/1679) - fix(Dockerfile): sycl dependencies by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1686](https://github.com/mudler/LocalAI/pull/1686) - feat: Use ubuntu as base for container images, drop deprecated ggml-transformers backends by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1689](https://github.com/mudler/LocalAI/pull/1689) ##### 👒 Dependencies - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1656](https://github.com/mudler/LocalAI/pull/1656) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1665](https://github.com/mudler/LocalAI/pull/1665) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1669](https://github.com/mudler/LocalAI/pull/1669) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1673](https://github.com/mudler/LocalAI/pull/1673) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1683](https://github.com/mudler/LocalAI/pull/1683) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1688](https://github.com/mudler/LocalAI/pull/1688) - ⬆️ Update mudler/go-stable-diffusion by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1674](https://github.com/mudler/LocalAI/pull/1674) ##### Other Changes - ⬆️ Update docs version mudler/LocalAI by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1661](https://github.com/mudler/LocalAI/pull/1661) - feat(mamba): Add bagel-dpo-2.8b by [@​richiejp](https://github.com/richiejp) in [https://github.com/mudler/LocalAI/pull/1671](https://github.com/mudler/LocalAI/pull/1671) - fix (docs): fixed broken links `github/` -> `github.com/` by [@​Wansmer](https://github.com/Wansmer) in [https://github.com/mudler/LocalAI/pull/1672](https://github.com/mudler/LocalAI/pull/1672) - Fix HTTP links in README.md by [@​vfiftyfive](https://github.com/vfiftyfive) in [https://github.com/mudler/LocalAI/pull/1677](https://github.com/mudler/LocalAI/pull/1677) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1681](https://github.com/mudler/LocalAI/pull/1681) - ci: cleanup worker before run by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1685](https://github.com/mudler/LocalAI/pull/1685) - Revert "fix(Dockerfile): sycl dependencies" by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/LocalAI/pull/1687](https://github.com/mudler/LocalAI/pull/1687) - ⬆️ Update ggerganov/llama.cpp by [@​localai-bot](https://github.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1691](https://github.com/mudler/LocalAI/pull/1691) ##### New Contributors - [@​richiejp](https://github.com/richiejp) made their first contribution in [https://github.com/mudler/LocalAI/pull/1671](https://github.com/mudler/LocalAI/pull/1671) - [@​Wansmer](https://github.com/Wansmer) made their first contribution in [https://github.com/mudler/LocalAI/pull/1672](https://github.com/mudler/LocalAI/pull/1672) - [@​vfiftyfive](https://github.com/vfiftyfive) made their first contribution in [https://github.com/mudler/LocalAI/pull/1677](https://github.com/mudler/LocalAI/pull/1677) **Full Changelog**: mudler/LocalAI@v2.7.0...v2.8.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR also closes #1651 as it tidies up old backends relying on old versions of ggml libraries
Notes for Reviewers
Disables automated bark tests as are CPU intensive and most of the time fails as being killed
Signed commits