From 52289bb3d0a75936fcb0d0eefd83089225c575d8 Mon Sep 17 00:00:00 2001 From: reid_liu Date: Mon, 17 Feb 2025 17:13:45 +0800 Subject: [PATCH] docs: update a feat change Signed-off-by: reid_liu --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b037adb7a9..6801362ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Update vLLM to version 0.6.6.post1. As a requirement for this new vLLM version, PyTorch is updated to 2.5.1 - `ilab model chat` now has `--no-decoration` option to display chat responses without decoration. - A new command `ilab model remove` has been introduced so users can now remove the model via `ilab` CLI. +- `ilab process list` now has `--state` to filter different states. ## v0.23