This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Releases: saddam213/LLamaStack
Releases · saddam213/LLamaStack
v0.1.6 - StreamingTokenDecoder, AntipromptProcessor support
v0.1.4 - LLamaSharp Upgrade
Maintenance release to get the project up to date with the latest LLamaSharp
- Core updated
- WPF app updated
- Web app updated
- Web API updated
Note: StableDiffusion was removed from LLamaStack and moved to its own repository OnnxStack
v0.1.3 WebAPI Release
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
- WebApi Example added
- Internal Executors added
- SessionState save/load improvements
- 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
Structure/Performance related release
- Finalize service API calls
- Improved documentation
- Improved code comments
v0.1.0 - Core Implementation, WPF, WEB
- Core Services Implemetation
- ModelService
- ModelSessionService
- ModelSessionStateService
- Simple WPF UI Example
- Simple WEB UI Example