Skip to content

Commit f9fcc9d

Browse files
authored
Release v0.2.30 (#2507)
1 parent 759dfbe commit f9fcc9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
| [**Demo**](https://chat.lmsys.org/) | [**Discord**](https://discord.gg/HSWAKCrnFx) | [**X**](https://x.com/lmsysorg) |
33

44
FastChat is an open platform for training, serving, and evaluating large language model based chatbots. The core features include:
5-
- The training and evaluation code for state-of-the-art models (e.g., Vicuna).
5+
- The training and evaluation code for state-of-the-art models (e.g., Vicuna, MT-Bench).
66
- A distributed multi-model serving system with web UI and OpenAI-compatible RESTful APIs.
77

88
## News

fastchat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.29"
1+
__version__ = "0.2.30"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fschat"
7-
version = "0.2.29"
7+
version = "0.2.30"
88
description = "An open platform for training, serving, and evaluating large language model based chatbots."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)