Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 21:53
· 130 commits to main since this release
36d6cd4

Notable Changes

  • 🕵️ Auto runtime detection: AIKit will now automatically check your CPU and GPU capabilities, and automatically choose the most optimized runtime. With this change, there is no differentiation for runtimes avx, avx2, and avx512. They can still be used to skip installing the cuda runtime libraries for slimmer images.
  • 💿 Pre-made models will now include CUDA libraries by default, and CUDA specific images will not be updated anymore. Thanks to auto runtime detection if a compatible GPU is not found, it will fallback to the most optimized CPU runtime.
  • Helm chart for Kubernetes is now available!
  • 🚀 New pre-made models are now available: Gemma 1.1 2B Instruct and Codestral 22B.
  • ✨ Updated LocalAI to v2.16.0.
  • 🦥 Updated Unsloth to May 2024 release.

Features

Bug Fixes

Documentation

Continuous Integration

Chores

Reverts