Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Releases: saddam213/LLamaStack

v0.1.6 - StreamingTokenDecoder, AntipromptProcessor support

14 Nov 09:59
1bfef6c
Compare
Choose a tag to compare

Update to include latest feature from LLamaSharp v0.8.0

  1. StreamingTokenDecoder support
  2. AntipromptProcessor support

v0.1.4 - LLamaSharp Upgrade

29 Oct 21:32
45b9035
Compare
Choose a tag to compare

Maintenance release to get the project up to date with the latest LLamaSharp

  1. Core updated
  2. WPF app updated
  3. Web app updated
  4. Web API updated

Note: StableDiffusion was removed from LLamaStack and moved to its own repository OnnxStack

v0.1.3 WebAPI Release

17 Sep 23:27
dcad8e5
Compare
Choose a tag to compare

Ths release contains the first stable version of the ASP.NET Core WebAPI example, documentation available in the WebApi project readme and also live swagger documentation here LLamaStack WebApi

  1. WebApi Example added
  2. Internal Executors added
  3. SessionState save/load improvements
  4. Token data now returned in token based Infer calls (TokenId, Logit, Probability)

Some other small improvements and more documentation also added.

v0.1.2 - Service API improvments

11 Sep 01:15
2fe84a5
Compare
Choose a tag to compare

Structure/Performance related release

  1. Finalize service API calls
  2. Improved documentation
  3. Improved code comments

v0.1.0 - Core Implementation, WPF, WEB

05 Sep 19:39
4677b9f
Compare
Choose a tag to compare
  1. Core Services Implemetation
  • ModelService
  • ModelSessionService
  • ModelSessionStateService
  1. Simple WPF UI Example
  2. Simple WEB UI Example