最終更新:2025-01-24 (金) 08:46:40 (14d)
lms
Top / lms
インストール
https://www.npmjs.com/package/lmstudio
npx lmstudio install-cli echo 'export PATH="/Users/tokkyo/.lmstudio/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
- macOS/~/.zshrc
- フルパス指定でないと動かなかった
コマンド
help
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 - get - Searching and downloading a model from online. - 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` - import - Import a model file into LM Studio - bootstrap - Bootstrap the CLI - version - Prints the version of the CLI For more help, try running `lms <subcommand> --help`