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