Skip to content

Releases: llamastack/llama-stack-client-swift

v0.2.14

23 Jul 21:06
3716c7d

Choose a tag to compare

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

@jeffxtang @seyeong-han @WuhanMonkey

v0.2.2

15 Apr 07:58
ce6005c

Choose a tag to compare

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

Contributors

@jeffxtang , @WuhanMonkey

Full Changelog: v0.1.7...v0.2.2

v0.1.7

21 Mar 20:42

Choose a tag to compare

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

15 Mar 00:34

Choose a tag to compare

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

25 Feb 18:44
fafb0cf

Choose a tag to compare

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

Full Changelog: v0.1.3...v0.1.4

Release Notes

20 Feb 19:06
45e03c8

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.3

v0.1.0

29 Jan 02:18
cc1dbad

Choose a tag to compare

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.

0.0.58

09 Dec 09:31

Choose a tag to compare

update APIs for 0.0.58

0.0.41

10 Oct 17:42
cd10692

Choose a tag to compare

Initial release