From 5c54d770c449d4465cebbba95a76ffcefa7c6ff9 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 8 May 2023 10:29:18 +0100 Subject: [PATCH] update changelog to reflect changes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bc326..24265ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.