From 8e1690b24e39292ed27178e4d320ed032647ff1e Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 26 Oct 2023 13:51:08 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744449f2dafb..2708f4282846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # v0.5.0 [Unreleased] +## BREAKING CHANGES +* llama.cpp backend (CPU, Metal) now requires a redownload of gguf model due to upstream format changes. + ## Features ## Fixes and Improvements + * Switch cpu backend to llama.cpp: https://github.com/TabbyML/tabby/pull/638 * add `server.completion_timeout` to control the code completion interface timeout: https://github.com/TabbyML/tabby/pull/637