$ lms
lms - LM Studio CLI - v0.2.22
GitHub: https://github.com/lmstudio-ai/lmstudio-cli
Usage
lms <subcommand>
where <subcommand> can be one of:
- status - Prints the status of LM Studio
- server - Commands for managing the local server
- ls - List all downloaded models
- ps - List all loaded models
- load - Load a model
- unload - Unload a model
- create - Create a new project with scaffolding
- log - Log operations. Currently only supports streaming logs from LM Studio via `lms log stream`
- version - Prints the version of the CLI
- bootstrap - Bootstrap the CLI
For more help, try running `lms <subcommand> --help`
lms を使用してワークフローを自動化およびデバッグする
ローカルサーバーの起動と停止
lms server start
lms server stop
マシン上のローカルモデルを一覧表示する
lms ls
これは、アプリの 📂 モデル タブで設定した現在の LM Studio モデルディレクトリを反映します。