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

feat(container): update image localai/localai to v2.24.2 #287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2024

This PR contains the following updates:

Package Update Change
localai/localai minor v2.13.0-cublas-cuda12-ffmpeg -> v2.24.2-cublas-cuda12-ffmpeg

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mudler/LocalAI (localai/localai)

v2.24.2

Compare Source

What's Changed

👒 Dependencies

Full Changelog: mudler/LocalAI@v2.24.1...v2.24.2

v2.24.1

Compare Source

This is a patch release to fix https://github.com/mudler/LocalAI/issues/4334

Full Changelog: mudler/LocalAI@v2.24.0...v2.24.1

v2.24.0

Compare Source

LocalAI release v2.24.0!

b642257566578

🚀 Highlights

  • Backend deprecation: We’ve removed rwkv.cpp and bert.cpp, replacing them with enhanced functionalities in llama.cpp for simpler installation and better performance.
  • New Backends Added: Introducing bark.cpp for text-to-audio and stablediffusion.cpp for image generation, both powered by the ggml framework.
  • Voice Activity Detection (VAD): Added support for silero-vad to detect speech in audio streams.
  • WebUI Improvements: Now supports API key authentication for enhanced security.
  • Real-Time Token Usage: Monitor token consumption during streamed outputs.
  • Expanded P2P Settings: Greater flexibility with new configuration options like listen_maddrs, dht_announce_maddrs, and bootstrap_peers.

📤 Backends Deprecation

As part of our cleanup efforts, the rwkv.cpp and bert.cpp backends have been deprecated. Their functionalities are now integrated into llama.cpp, offering a more streamlined and efficient experience.

🆕 New Backends Introduced

  • bark.cpp Backend: Transform text into realistic audio using Bark, a transformer-based text-to-audio model. Install it easily with:

    local-ai models install bark-cpp-small

    Or start it directly:

    local-ai run bark-cpp-small
  • stablediffusion.cpp Backend: Create high-quality images from textual descriptions using the Stable Diffusion backend, now leveraging the ggml framework.

  • Voice Activity Detection with silero-vad: Introducing support for accurate speech segment detection in audio streams. Install via:

    local-ai models install silero-vad

Or configure it through the WebUI.

🔒 WebUI Access with API Keys

The WebUI now supports API key authentication. If one or more API Keys are configured, the WebUI will automatically display a page to authenticate with.

🏆 Enhancements and Features

  • Real-Time Token Usage: Monitor token consumption dynamically during streamed outputs. This feature helps optimize performance and manage costs effectively.
  • P2P Configuration: New settings for advanced peer-to-peer mode:
    • listen_maddrs: Define specific multiaddresses for your node.
    • dht_announce_maddrs: Specify addresses to announce to the DHT network.
    • bootstrap_peers: Set custom bootstrap peers for initial connectivity.
      These options offer more control, especially in constrained networks or custom P2P environments.

🖼️ New Models in the Gallery

We've significantly expanded our model gallery with a variety of new models to cater to diverse AI applications. Among these:

  • Calme-3 Qwen2.5 Series: Enhanced language models offering improved understanding and generation capabilities.
  • Mistral-Nemo-Prism-12b: A powerful model designed for complex language tasks.
  • Llama 3.1 and 3.2 Series: Upgraded versions of the Llama models with better performance and accuracy.
  • Qwen2.5-Coder Series: Specialized models optimized for code generation and programming language understanding.
  • Rombos-Coder Series: Advanced coder models for sophisticated code-related tasks.
  • Silero-VAD: High-quality voice activity detection model for audio processing applications.
  • Bark-Cpp-Small: Lightweight audio generation model suitable for quick and efficient audio synthesis.

Explore these models and more in our updated model gallery to find the perfect fit for your project needs.

🐞 Bug Fixes and Improvements

  • Performance Enhancements: Resolved issues with AVX flags and optimized binaries for accelerated performance, especially on macOS systems.
  • Dependency Updates: Upgraded various dependencies to ensure compatibility, security, and performance improvements across the board.
  • Parsing Corrections: Fixed parsing issues related to maddr and ExtraLLamaCPPArgs in P2P configurations.

📚 Documentation and Examples

  • Updated Guides: Refreshed documentation with new configuration examples, making it easier to get started and integrate the latest features.

📥 How to Upgrade

To upgrade to LocalAI v2.24.0:

  • Download the Latest Release: Get the binaries from our GitHub Releases page.
  • Update Docker Image: Pull the latest Docker image using:
docker pull localai/localai:latest

See also the Documentation at: https://localai.io/basics/container/#standard-container-images

Happy hacking!

What's Changed

Breaking Changes 🛠
Bug fixes 🐛
Exciting New Features 🎉
🧠 Models
📖 Documentation and examples
👒 Dependencies
Other Changes

New Contributors

Full Changelog: mudler/LocalAI@v2.23.0...v2.24.0

v2.23.0

Compare Source

What's Changed
Breaking Changes 🛠
Bug fixes 🐛
Exciting New Features 🎉
🧠 Models
📖 Documentation and examples
👒 Dependencies
Other Changes

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title feat(container): update image localai/localai to v2.13.0 feat(container): update image localai/localai to v2.13.0 - autoclosed Apr 28, 2024
@renovate renovate bot closed this Apr 28, 2024
@renovate renovate bot deleted the renovate/localai-localai-2.x branch April 28, 2024 22:37
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.13.0 - autoclosed feat(container): update image localai/localai to v2.13.0 Apr 29, 2024
@renovate renovate bot reopened this Apr 29, 2024
@renovate renovate bot restored the renovate/localai-localai-2.x branch April 29, 2024 03:19
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from ae30562 to 4b29c54 Compare April 29, 2024 03:19
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.13.0 feat(container): update image localai/localai to v2.13.0 - autoclosed Apr 29, 2024
@renovate renovate bot closed this Apr 29, 2024
@renovate renovate bot deleted the renovate/localai-localai-2.x branch April 29, 2024 09:44
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.13.0 - autoclosed feat(container): update image localai/localai to v2.13.0 May 3, 2024
@renovate renovate bot restored the renovate/localai-localai-2.x branch May 3, 2024 12:34
@renovate renovate bot reopened this May 3, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 4b29c54 to 598c84d Compare May 3, 2024 12:34
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.13.0 feat(container): update image localai/localai to v2.14.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch 3 times, most recently from 3320f04 to facb0b6 Compare May 9, 2024 22:35
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.14.0 feat(container): update image localai/localai to v2.15.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from facb0b6 to 31e1c75 Compare May 24, 2024 22:00
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.15.0 feat(container): update image localai/localai to v2.16.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 31e1c75 to 6cb8ef3 Compare June 18, 2024 03:24
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.16.0 feat(container): update image localai/localai to v2.17.0 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 6cb8ef3 to 1cda5c7 Compare June 19, 2024 17:21
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.17.0 feat(container): update image localai/localai to v2.17.1 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 1cda5c7 to 1162001 Compare June 28, 2024 20:05
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.17.1 feat(container): update image localai/localai to v2.18.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 1162001 to 3bc7bf7 Compare July 2, 2024 10:10
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.18.1 feat(container): update image localai/localai to v2.19.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 3016186 to 74662ed Compare July 20, 2024 14:30
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.19.0 feat(container): update image localai/localai to v2.19.1 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 74662ed to 1195861 Compare July 24, 2024 23:05
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.19.1 feat(container): update image localai/localai to v2.19.2 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 1195861 to 99b4ea2 Compare July 28, 2024 15:48
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.19.2 feat(container): update image localai/localai to v2.19.3 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 99b4ea2 to 9033f91 Compare August 1, 2024 12:17
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.19.3 feat(container): update image localai/localai to v2.19.4 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 9033f91 to 9a7c13d Compare August 22, 2024 22:48
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.19.4 feat(container): update image localai/localai to v2.20.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 9a7c13d to 7879586 Compare August 23, 2024 12:15
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.20.0 feat(container): update image localai/localai to v2.20.1 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 7879586 to 5fec887 Compare September 24, 2024 18:20
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.20.1 feat(container): update image localai/localai to v2.21.0 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 5fec887 to eccc4e3 Compare September 25, 2024 17:15
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.21.0 feat(container): update image localai/localai to v2.21.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from eccc4e3 to 7baf2ce Compare October 12, 2024 22:04
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.21.1 feat(container): update image localai/localai to v2.22.0 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 7baf2ce to 44ed747 Compare October 21, 2024 16:59
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.22.0 feat(container): update image localai/localai to v2.22.1 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 44ed747 to 747a9b1 Compare November 10, 2024 22:27
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.22.1 feat(container): update image localai/localai to v2.23.0 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 747a9b1 to 5125a32 Compare December 5, 2024 01:28
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.23.0 feat(container): update image localai/localai to v2.24.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 5125a32 to 2276744 Compare December 8, 2024 23:18
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.24.0 feat(container): update image localai/localai to v2.24.1 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/localai-localai-2.x branch from 2276744 to 2dad5e8 Compare December 10, 2024 17:37
@renovate renovate bot changed the title feat(container): update image localai/localai to v2.24.1 feat(container): update image localai/localai to v2.24.2 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants