From 21a5737b7ae3b8c3c9faedc7b55dc009bd605cb4 Mon Sep 17 00:00:00 2001 From: Ryan Huang Date: Thu, 18 Apr 2024 15:44:37 -0400 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 803e484..b3a30fe 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Here are some frequently used commands: - `lms status` - To check the status of the current project. - `lms server start` - To start the local API server. - `lms server stop` - To stop the local API server. -- `lms server ls` - To list all downloaded models. -- `lms server ps` - To list all loaded models available for inferencing. +- `lms ls` - To list all downloaded models. +- `lms ps` - To list all loaded models available for inferencing. Please note that most commands, except those controlling the server, internally use [lmstudio.js](https://github.com/lmstudio-ai/lmstudio.js). Therefore, ensure the server is running before utilizing these commands. You can start the server using `lms server start`.