From 7dbbfc39c2bb335073341ad83aae82709e186fd9 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 19 Nov 2023 15:34:25 -0800 Subject: [PATCH] docs: update CHANGElog.md for 0.6.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4447df..4aa0e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## Features +* Add distribution support (running completion / chat model on different process / machine). +* Add conversation history in chat playground. + ## Fixes and Improvements + * Fix the slow repository indexing due to constraint memory arena in tantivy index writer. * Make `--model` optional, so users can create a chat only instance. +* Add `--parallelism` to control the throughput and VRAM usage: https://github.com/TabbyML/tabby/pull/727 # v0.5.5