最終更新:2025-05-08 (木) 09:58:09 (15d)  

lms
Top / lms

インストール

コマンド

  • lms ls?: list all local models
  • lms ps?: list all loaded models
  • lms load?: load a model
  • lms server? start/stop: manage the local server
  • lms get: download a model
  • lms log stream?: show the formatted prompt that goes to the model

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`