diff --git a/README.md b/README.md index 77d1b79de..5ed83040e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | [**Demo**](https://chat.lmsys.org/) | [**Discord**](https://discord.gg/HSWAKCrnFx) | [**X**](https://x.com/lmsysorg) | FastChat is an open platform for training, serving, and evaluating large language model based chatbots. The core features include: -- The training and evaluation code for state-of-the-art models (e.g., Vicuna). +- The training and evaluation code for state-of-the-art models (e.g., Vicuna, MT-Bench). - A distributed multi-model serving system with web UI and OpenAI-compatible RESTful APIs. ## News diff --git a/fastchat/__init__.py b/fastchat/__init__.py index 4f6b515ec..110d3e10d 100644 --- a/fastchat/__init__.py +++ b/fastchat/__init__.py @@ -1 +1 @@ -__version__ = "0.2.29" +__version__ = "0.2.30" diff --git a/pyproject.toml b/pyproject.toml index b7109f059..94a20ada0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fschat" -version = "0.2.29" +version = "0.2.30" description = "An open platform for training, serving, and evaluating large language model based chatbots." readme = "README.md" requires-python = ">=3.8"