update changelog to reflect changes

This commit is contained in:
James Ravenscroft 2023-05-08 10:29:18 +01:00
parent 5fcddb1edf
commit 5c54d770c4

View File

@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Fixed issue with static build in docker not working.
- Integrated CUDA functonality from llama.cpp upstream which accelerates inference for long prompts
## [0.0.4] 2023-04-14
- Added multi-threaded server support which should prevent health checks aimed at `GET /` from failing during prediction.