Releases: llamastack/llama-stack-client-swift
v0.2.14
Llama Stack SDK 0.2.14 Update
- Update SDK to support Llama Stack server v0.2.14.
- Update local module to reflect the latest API specs
- Update demo app to work with the latest SDK
Contributors
v0.2.2
Llama Stack SDK 0.2.2 Update
Update SDK to support Llama Stack v0.2.2 which includes multi-image inference with Llama 4.
What's Changed
- v0.2.2 update to support Llama4 by @WuhanMonkey in #33
Contributors
Full Changelog: v0.1.7...v0.2.2
v0.1.7
Support for Llama Stack Server 0.1.7 and minor updates to iOS apps based on Llama Stack 0.1.7 changes.
What's Changed
- sdk spec and iOSCalendarAssistant update for LS 0.1.7 by @jeffxtang in #30
- Update iOSCalendarAssistantWithLocalInf and READMEs for LS 0.1.7 by @cmodi-meta in #31
Full Changelog: v0.1.4.1...v0.1.7
v0.1.4.1
Local Inference Support
The major update is to upgrade to support ExecuTorch v0.5.0 framework for on-device inferencing. Some of the notable improvements are:
- Include support for KleidiAI Blockwise Kernels in XNNPACK to give 20%+ gain in Llama prefill
- Support models quantized via torchao’s quanitize_ api
- Enable stable lowering into XNNPACK
- Bug fixes
It's compatible with models (.pte files) that were exported with the previous 0.4 version of ExecuTorch.
Demo App Location
To help consolidate reference material, we’ve moved the example demo apps from llama-stack-apps to llama-stack-client-swift.
Contributors
@ashwinb, @cmodi-meta, @dltn , @jeffxtang, @Riandy, @WuhanMonkey, @yanxi0830
v0.1.4
Llama Stack v0.1.4 is a stable API release of Llama Stack, which enables developers to build Llama powered RAG and agent apps.
We have updated the iOS Swift client SDK to make it compatible with Llama Stack v0.1.4's inference and agent APIs with custom tooling.
What's Changed
- Swift SDK update for LS 0.1.4 by @jeffxtang in #21
Full Changelog: v0.1.3...v0.1.4
Release Notes
Llama Stack v0.1.3 is a stable API release of Llama Stack, which enables developers to build Llama powered RAG and agent apps.
We have updated the iOS Swift client SDK to make it compatible with Llama Stack v0.1.3's inference and agent APIs with custom tooling.
What's Changed
- updated local infer to LS 0.1.0 by @jeffxtang in #18
- Add BearerAuthenticationMiddleware by @dltn in #19
- updated iOS Swift SDK for LS0.1.3 by @jeffxtang in #20
Full Changelog: v0.1.0...v0.1.3
v0.1.0
Release Notes
-
Llama Stack v0.1.0 is a stable API release of Llama Stack, which enables developers to build Llama powered RAG and agent apps.
-
We have updated the iOS Swift client SDK to make it compatible with Llama Stack v0.1.0's inference and agent APIs with custom tooling.