Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-the-crayon committed Apr 18, 2024
1 parent d7e497a commit 21a5737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 21a5737

Please sign in to comment.