Documentation
runtime
Use lms clone to copy an artifact from LM Studio Hub onto your machine.
<artifact> : string
Artifact identifier in the form owner/name
[path] (optional) : string
Destination folder. Defaults to a new folder named after the artifact.
If no path is provided, lms clone owner/name creates a folder called name in the current directory. The command exits if the target path already exists.
lms clone alice/sample-plugin
lms clone alice/sample-plugin ./my-folder
This page's source is available on GitHub