v0.11.0
Notable Changes
- 💪 Multi-platform images with ARM64 support! All pre-made models include both AMD64 and ARM64 platform support.
- 📦 Support for models from OCI Artifacts. For example, use models from ollama by simply running:
docker buildx build -t my-model --load \
--build-arg="model=oci://registry.ollama.ai/library/llama3:8b" \
"https://raw.githubusercontent.com/sozercan/aikit/main/models/aikitfile.yaml"
docker run -d --rm -p 8080:8080 my-model
curl http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "llama3",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'
- ⎈ Helm chart security hardening with
restricted
pod security admission
Features
- arm64 support (#290) #290 (Sertaç Özercan)
- support for models from oci artifacts (#296) #296 (Sertaç Özercan)
- update helm pod security (#299) #299 (Sertaç Özercan)
Documentation
- supply chain security (#283) #283 (Sertaç Özercan)
- update readme links (#285) #285 (Sertaç Özercan)
- arm64 docs (#298) #298 (Sertaç Özercan)
- webui quick start (#300) #300 (Sertaç Özercan)
Continuous Integration
- fix release-pr push new version (#276) #276 (Sertaç Özercan)
Chores
- Prepare v0.10 release (#275) #275 (github-actions[bot])
- update website logo (#278) #278 (Sertaç Özercan)
- update website logo size (#279) #279 (Sertaç Özercan)
- update website logo size (#280) #280 (Sertaç Özercan)
- update demo-magic.sh (#281) #281 (Ikko Eltociear Ashimine)
- update llama3 sha256 (#284) #284 (Sertaç Özercan)
- update llama3 templates (#287) #287 (Sertaç Özercan)
- update prompt templates (#288) #288 (Sertaç Özercan)
- update codestral hash (#289) #289 (Sertaç Özercan)
- deps: Bump golang from
5c56bd4
toaec4784
(#291) #291 (dependabot[bot]) - deps: Bump the actions-all group with 3 updates (#293) #293 (dependabot[bot])
- deps: Bump github.com/containerd/containerd from 1.7.17 to 1.7.18 (#292) #292 (dependabot[bot])
- remove lobechat from helm (#282) #282 (Sertaç Özercan)
- use cdn (#295) #295 (Sertaç Özercan)
- deps: Bump braces from 3.0.2 to 3.0.3 in /website in the npm_and_yarn group across 1 directory (#301) #301 (dependabot[bot])
- update unsloth to june2024 (#302) #302 (Sertaç Özercan)
- Update dependencies (#286) #286 (Rene Leonhardt)
- deps: Bump kubectl from v1.30.1 to v1.30.2 in /charts/aikit (#304) #304 (dependabot[bot])
- deps: Bump the actions-all group with 2 updates (#306) #306 (dependabot[bot])
- deps: Bump github.com/moby/buildkit from 0.13.2 to 0.14.0 (#305) #305 (dependabot[bot])
- Prepare v0.11.0 release (#307) #307 (github-actions[bot])