LM StudioLM Studio

lms clone

Clone an artifact from LM Studio Hub to a local folder (beta).

Ask Bionic to read this page

Copy this prompt, open Bionic, and paste it into a new chat.

Read https://lmstudio.ai/docs/cli/develop-and-publish/clone, I want to ask questions about it.

Use lms clone to copy an artifact from LM Studio Hub onto your machine.

Flags

<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.

Clone the latest revision

lms clone alice/sample-plugin

Clone into a specific directory

lms clone alice/sample-plugin ./my-folder