Skip to content

Releases: kaito-project/aikit

v0.18.2

07 Aug 18:12
46a5473
Compare
Choose a tag to compare

Announcement

🎉 First release from https://github.com/kaito-project (CNCF sandbox) organization!

Chores

v0.18.1

07 Aug 02:19
7d7b070
Compare
Choose a tag to compare

Breaking Changes

⚠️ This will be the last release before AIKit moves to https://github.com/kaito-project (CNCF sandbox project) organization.

  • Existing pre-made images will continue to work, but no new images will be published under ghcr.io/sozercan.
  • New images will be published under ghcr.io/kaito-project/aikit/
  • Documentation website will be https://kaito-project.github.io/aikit/
  • Helm repo will need to be updated to https://kaito-project.github.io/aikit/charts

Chores

v0.18.0

26 Feb 06:24
2b433d4
Compare
Choose a tag to compare

Continuous Integration

Chores

v0.17.0

22 Feb 06:24
accff46
Compare
Choose a tag to compare

Continuous Integration

Chores

v0.16.0

10 Dec 07:09
b2833a2
Compare
Choose a tag to compare

Notable Changes

  • ✨ Update to LocalAI v2.24.1.
  • 🖖 Apple Silicon containers uses llama.cpp kompute backend instead of vulkan.
  • 🦙 Added Llama 3.3 70B and QwQ 32B to pre-made models.

Features

Continuous Integration

Chores

v0.15.0

27 Nov 07:39
9bd67fa
Compare
Choose a tag to compare

Notable Changes

  • 🍎 Apple Silicon GPU acceleration through Podman Desktop for macOS!

     podman run -d --rm --device /dev/dri -p 8080:8080 ghcr.io/sozercan/applesilicon/llama3.1:8b

    then visit http://localhost:8080/chat or use:

     curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
         "model": "llama-3.1-8b-instruct",
         "messages": [{"role": "user", "content": "tell me about quantum mechanics"}]
       }'
     docker buildx build -t registry/repo/image:tag --push \
         --build-arg="model=huggingface://MaziyarPanahi/Llama-3.2-1B-Instruct-GGUF/Llama-3.2-1B-Instruct.Q4_K_M.gguf" \
         --build-arg="runtime=applesilicon" \
         "https://raw.githubusercontent.com/sozercan/aikit/main/models/aikitfile.yaml"
  • 🍏 Pre-made models for Llama 3.2 and 3.1, Phi 3.5, and Gemma 2 with Apple Silicon support

  • ✨ Update to LocalAI v2.23.0

  • 🦥 Update Unsloth to Sept 2024 release

Features

Bug Fixes

Documentation

Continuous Integration

Chores

v0.14.0

27 Sep 03:50
9fa9ac1
Compare
Choose a tag to compare

Notable Changes

Features

Documentation

Continuous Integration

Chores

v0.13.0

07 Sep 20:35
97c114e
Compare
Choose a tag to compare

Notable Changes

Features

Documentation

Continuous Integration

Chores

v0.12.2

03 Aug 23:18
43058b2
Compare
Choose a tag to compare

Notable Changes

Chores

v0.12.1

03 Aug 20:26
69284c6
Compare
Choose a tag to compare

Notable Changes

Chores